mirrored from git://git.sv.gnu.org/emacs.git
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Gabor Melis
committed
Apr 24, 2023
1 parent
65735ce
commit 887d468
Showing
1 changed file
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters