diff options
author | Glenn Morris <rgm@gnu.org> | 2020-09-09 07:51:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-09-09 07:51:14 -0700 |
commit | 5a9e237e154f2445e2c198cd4491b26a5a962dcf (patch) | |
tree | cdbfcb2c27699c1686edf4b4e9308d9298caf219 /lisp/man.el | |
parent | fecdc1a66a278a4ccaf160d23c0becdc43965fc8 (diff) | |
parent | 9b35b0c99ceaeca74a16bea86a665ae5f44430a1 (diff) | |
download | emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.tar.gz emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.tar.bz2 emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.zip |
Merge from origin/emacs-27
9b35b0c99c ; * lisp/man.el (Man-mode): Fix formatting.
abca75d2e9 ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
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 64272415411..1a82b120629 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. |