From 2ea3e7b246bc9b40f1c321c39106a07ae4a4690f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 14 Apr 2022 03:08:32 +0200 Subject: [PATCH] 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 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 () -- 2.39.5