emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2ea3e7b246: Fix describe-mode--minor-modes formatting issue


From: Lars Ingebrigtsen
Subject: master 2ea3e7b246: Fix describe-mode--minor-modes formatting issue
Date: Wed, 13 Apr 2022 21:08:47 -0400 (EDT)

branch: master
commit 2ea3e7b246bc9b40f1c321c39106a07ae4a4690f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix describe-mode--minor-modes formatting issue
    
    * lisp/help-fns.el (describe-mode--minor-modes): Fix multi-line
    local-minor paragraph.
---
 lisp/help-fns.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index c06c0f3815..309cf0b85a 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]