• Alexander Gramiak's avatar
    Don't fill keywords after Emacs Lisp docstring · a012ec76
    Alexander Gramiak authored
    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.
    a012ec76
lisp-tests.el 18.7 KB