Skip to content

Conversation

melisgl
Copy link

@melisgl melisgl commented Apr 24, 2023

With lisp-fill-string-by-source-column nil (the previous default
behaviour):

(defgeneric foo ()
  (:documentation "The first line of this indented docstring is roughly as long as
the rest. Using this option makes sense to ensure that docstrings are
preformatted."))

With lisp-fill-string-by-source-column t:

(defgeneric foo ()
  (:documentation "The line of this indented docstring is as
  roughly as long as long as rest. Use this option to make source
  code look nice."))

With lisp-fill-string-by-source-column nil (the previous default
behaviour):

    (defgeneric foo ()
      (:documentation "The first line of this indented docstring is roughly as long as
    the rest. Using this option makes sense to ensure that docstrings are
    preformatted."))

With lisp-fill-string-by-source-column t:

    (defgeneric foo ()
      (:documentation "The line of this indented docstring is as
      roughly as long as long as rest. Use this option to make source
      code look nice."))
@melisgl melisgl force-pushed the lisp-fill-string-by-source-column branch from 887d468 to 75f0ed7 Compare April 24, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant