Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lisp-fill-string-by-source-column #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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