Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lisp-fill-string-by-source-column
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."))
- Loading branch information