mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lisp/man.el (Man-mode): Improve docstring.
This commit is contained in:
parent
cd6e2a0828
commit
f47a29da5c
1 changed files with 7 additions and 9 deletions
16
lisp/man.el
16
lisp/man.el
|
|
@ -1652,9 +1652,8 @@ commands from `Man-mode'. Used by `woman'.
|
||||||
(define-derived-mode Man-mode man-common "Man"
|
(define-derived-mode Man-mode man-common "Man"
|
||||||
"A mode for browsing Un*x manual pages.
|
"A mode for browsing Un*x manual pages.
|
||||||
|
|
||||||
The following man commands are available in the buffer. Try
|
The following man commands are available in the buffer:
|
||||||
\"\\[describe-key] <key> RET\" for more information:
|
\\<Man-mode-map>
|
||||||
|
|
||||||
\\[man] Prompt to retrieve a new manpage.
|
\\[man] Prompt to retrieve a new manpage.
|
||||||
\\[Man-follow-manual-reference] Retrieve reference in SEE ALSO section.
|
\\[Man-follow-manual-reference] Retrieve reference in SEE ALSO section.
|
||||||
\\[Man-next-manpage] Jump to next manpage in circular list.
|
\\[Man-next-manpage] Jump to next manpage in circular list.
|
||||||
|
|
@ -1662,13 +1661,12 @@ The following man commands are available in the buffer. Try
|
||||||
\\[Man-next-section] Jump to next manpage section.
|
\\[Man-next-section] Jump to next manpage section.
|
||||||
\\[Man-previous-section] Jump to previous manpage section.
|
\\[Man-previous-section] Jump to previous manpage section.
|
||||||
\\[Man-goto-section] Go to a manpage section.
|
\\[Man-goto-section] Go to a manpage section.
|
||||||
\\[Man-goto-see-also-section] Jumps to the SEE ALSO manpage section.
|
\\[Man-goto-see-also-section] Jump to the SEE ALSO manpage section.
|
||||||
\\[quit-window] Deletes the manpage window, bury its buffer.
|
\\[quit-window] Delete the manpage window, bury its buffer.
|
||||||
\\[Man-kill] Deletes the manpage window, kill its buffer.
|
\\[Man-kill] Delete the manpage window, kill its buffer.
|
||||||
\\[describe-mode] Prints this help text.
|
\\[describe-mode] Print this help text.
|
||||||
|
|
||||||
The following variables may be of some use. Try
|
The following variables may be of some use:
|
||||||
\"\\[describe-variable] <variable-name> RET\" for more information:
|
|
||||||
|
|
||||||
`Man-notify-method' What happens when manpage is ready to display.
|
`Man-notify-method' What happens when manpage is ready to display.
|
||||||
`Man-downcase-section-letters-flag' Force section letters to lower case.
|
`Man-downcase-section-letters-flag' Force section letters to lower case.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue