diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-08-31 20:47:50 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-09-02 00:01:37 +0200 |
commit | 9b35b0c99ceaeca74a16bea86a665ae5f44430a1 (patch) | |
tree | aed79fec397d71fcc5dd7a0f58698cf3c67f7302 /lisp/man.el | |
parent | abca75d2e9b2a406157383dfb7fe3f185e0b5741 (diff) | |
download | emacs-9b35b0c99ceaeca74a16bea86a665ae5f44430a1.tar.gz emacs-9b35b0c99ceaeca74a16bea86a665ae5f44430a1.tar.bz2 emacs-9b35b0c99ceaeca74a16bea86a665ae5f44430a1.zip |
; * lisp/man.el (Man-mode): Fix formatting.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/man.el b/lisp/man.el index c914ec34b97..bec3bfdbb2e 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -1541,8 +1541,8 @@ The following man commands are available in the buffer. Try \\[man] Prompt to retrieve a new manpage. \\[Man-follow-manual-reference] Retrieve reference in SEE ALSO section. -\\[Man-next-manpage] Jump to next manpage in circular list. -\\[Man-previous-manpage] Jump to previous manpage in circular list. +\\[Man-next-manpage] Jump to next manpage in circular list. +\\[Man-previous-manpage] Jump to previous manpage in circular list. \\[Man-next-section] Jump to next manpage section. \\[Man-previous-section] Jump to previous manpage section. \\[Man-goto-section] Go to a manpage section. |