From: Lars Ingebrigtsen Date: Thu, 14 Apr 2022 01:08:32 +0000 (+0200) Subject: Fix describe-mode--minor-modes formatting issue X-Git-Tag: emacs-29.0.90~1931^2~583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ea3e7b246bc9b40f1c321c39106a07ae4a4690f;p=emacs.git Fix describe-mode--minor-modes formatting issue * lisp/help-fns.el (describe-mode--minor-modes): Fix multi-line local-minor paragraph. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index c06c0f3815b..309cf0b85a3 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -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 ()