projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b6cfd
)
Fix describe-mode--minor-modes formatting issue
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 14 Apr 2022 01:08:32 +0000
(
03:08
+0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index c06c0f3815bbe5a47a6e7f182d39a687bb59e184..309cf0b85a3fead1475e1aa00e7fc9f615d3fda7 100644
(file)
--- 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 ()