diff options
| author | Lars Ingebrigtsen | 2022-04-14 03:08:32 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-04-14 03:08:32 +0200 |
| commit | 2ea3e7b246bc9b40f1c321c39106a07ae4a4690f (patch) | |
| tree | c0835cbe0e706068f0a541ef27dc4a7e68f35822 | |
| parent | c3b6cfda3621c61634a6be37cbc3d62406daee00 (diff) | |
| download | emacs-2ea3e7b246bc9b40f1c321c39106a07ae4a4690f.tar.gz emacs-2ea3e7b246bc9b40f1c321c39106a07ae4a4690f.zip | |
Fix describe-mode--minor-modes formatting issue
* lisp/help-fns.el (describe-mode--minor-modes): Fix multi-line
local-minor paragraph.
| -rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1966 | (insert (help-split-fundoc (documentation mode) nil 'doc))))) | 1966 | (insert (help-split-fundoc (documentation mode) nil 'doc))))) |
| 1967 | (forward-line -1) | 1967 | (forward-line -1) |
| 1968 | (fill-paragraph nil) | 1968 | (fill-paragraph nil) |
| 1969 | (forward-line 1) | 1969 | (forward-paragraph 1) |
| 1970 | (ensure-empty-lines 1)) | 1970 | (ensure-empty-lines 1)) |
| 1971 | 1971 | ||
| 1972 | (defun help-fns--list-local-commands () | 1972 | (defun help-fns--list-local-commands () |