]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix describe-mode--minor-modes formatting issue
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Apr 2022 01:08:32 +0000 (03:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Apr 2022 01:08:32 +0000 (03:08 +0200)
* lisp/help-fns.el (describe-mode--minor-modes): Fix multi-line
local-minor paragraph.

lisp/help-fns.el

index c06c0f3815bbe5a47a6e7f182d39a687bb59e184..309cf0b85a3fead1475e1aa00e7fc9f615d3fda7 100644 (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 ()