Fix describe-mode--minor-modes formatting issue
* lisp/help-fns.el (describe-mode--minor-modes): Fix multi-line local-minor paragraph.
This commit is contained in:
parent
c3b6cfda36
commit
2ea3e7b246
1 changed files with 1 additions and 1 deletions
|
@ -1966,7 +1966,7 @@ documentation for the major and minor modes of that buffer."
|
|||
(insert (help-split-fundoc (documentation mode) nil 'doc)))))
|
||||
(forward-line -1)
|
||||
(fill-paragraph nil)
|
||||
(forward-line 1)
|
||||
(forward-paragraph 1)
|
||||
(ensure-empty-lines 1))
|
||||
|
||||
(defun help-fns--list-local-commands ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue