From 935f97960f6d48f60abe04716d5b71a62c1a9dba Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 3 Jan 2025 03:36:38 +0100 Subject: [PATCH] * lisp/man.el (Man-mode): Improve docstring. (cherry picked from commit f47a29da5c4dd490a6de78da84f0fc272bb82993) --- lisp/man.el | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/lisp/man.el b/lisp/man.el index 6273c38cbbf..94d7b9ceb3b 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -1663,9 +1663,8 @@ commands from `Man-mode'. Used by `woman'. (define-derived-mode Man-mode man-common "Man" "A mode for browsing Un*x manual pages. -The following man commands are available in the buffer. Try -\"\\[describe-key] RET\" for more information: - +The following man commands are available in the buffer: +\\ \\[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. @@ -1673,13 +1672,12 @@ The following man commands are available in the buffer. Try \\[Man-next-section] Jump to next manpage section. \\[Man-previous-section] Jump to previous manpage section. \\[Man-goto-section] Go to a manpage section. -\\[Man-goto-see-also-section] Jumps to the SEE ALSO manpage section. -\\[quit-window] Deletes the manpage window, bury its buffer. -\\[Man-kill] Deletes the manpage window, kill its buffer. -\\[describe-mode] Prints this help text. +\\[Man-goto-see-also-section] Jump to the SEE ALSO manpage section. +\\[quit-window] Delete the manpage window, bury its buffer. +\\[Man-kill] Delete the manpage window, kill its buffer. +\\[describe-mode] Print this help text. -The following variables may be of some use. Try -\"\\[describe-variable] RET\" for more information: +The following variables may be of some use: `Man-notify-method' What happens when manpage is ready to display. `Man-downcase-section-letters-flag' Force section letters to lower case. -- 2.39.5