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:
Lars Ingebrigtsen 2022-04-14 03:08:32 +02:00
commit 2ea3e7b246

View file

@ -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 ()