]> git.eshelyaron.com Git - emacs.git/commit
Don't fill keywords after Emacs Lisp docstring
authorAlexander Gramiak <agrambot@gmail.com>
Sun, 22 Oct 2017 07:46:05 +0000 (01:46 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Sun, 22 Oct 2017 18:46:55 +0000 (12:46 -0600)
commita012ec766c9d9bac0a56e814589a4b3b93311c28
tree3d2ec1629df0fb6e2374dd832e3dc15b12c254cd
parentb7c4aa951c8b12629742df9d20d6374c3d2a8ba8
Don't fill keywords after Emacs Lisp docstring

This approach does mean that keywords that have spaces before them
inside of docstrings aren't filled, but I think this is should be fine
until Bug#28937 is fixed.

* lisp/emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Add a colon to
paragraph-start unconditionally, but require that it follows at least
one space.  (Bug#24622)
* test/lisp/emacs-lisp/lisp-tests.el: New tests for Bug#24622 and
Bug#7751.
lisp/emacs-lisp/lisp-mode.el
test/lisp/emacs-lisp/lisp-tests.el