diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-06-21 16:43:44 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-06-21 16:43:44 +0000 |
commit | 4fbee715cb2c990faa34c8144f309b2ff5fe3626 (patch) | |
tree | 54a79adcd72c4e8b1efa15b46c2fa2ef4dd9d917 /lisp/man.el | |
parent | 9e67b01b56bf0e2d051344760fce5651441a5faa (diff) | |
download | emacs-4fbee715cb2c990faa34c8144f309b2ff5fe3626.tar.gz |
(man): Doc fix.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 03893d5cf5c..7fdfdb99e2d 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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 |