summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-09-09 07:51:14 -0700
committerGlenn Morris <rgm@gnu.org>2020-09-09 07:51:14 -0700
commit5a9e237e154f2445e2c198cd4491b26a5a962dcf (patch)
treecdbfcb2c27699c1686edf4b4e9308d9298caf219 /lisp/man.el
parentfecdc1a66a278a4ccaf160d23c0becdc43965fc8 (diff)
parent9b35b0c99ceaeca74a16bea86a665ae5f44430a1 (diff)
downloademacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.tar.gz
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.el4
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.