mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(man): Doc fix.
This commit is contained in:
parent
9e67b01b56
commit
4fbee715cb
@ -1,3 +1,7 @@
|
||||
2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* man.el (man): Doc fix.
|
||||
|
||||
2000-06-21 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* international/mule-cmds.el (set-language-info-alist): Docstring
|
||||
|
@ -546,7 +546,10 @@ This command is the top-level command in the man package. It runs a Un*x
|
||||
command to retrieve and clean a manpage in the background and places the
|
||||
results in a Man mode (manpage browsing) buffer. See variable
|
||||
`Man-notify-method' for what happens when the buffer is ready.
|
||||
If a buffer already exists for this man page, it will display immediately."
|
||||
If a buffer already exists for this man page, it will display immediately.
|
||||
|
||||
To specify a man page from a certain section, type SUBJECT(SECTION) or
|
||||
SECTION SUBJECT when prompted for a manual entry."
|
||||
(interactive
|
||||
(list (let* ((default-entry (Man-default-man-entry))
|
||||
(input (read-string
|
||||
|
Loading…
Reference in New Issue
Block a user