aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-06-21 16:43:44 +0000
committerEli Zaretskii2000-06-21 16:43:44 +0000
commit4fbee715cb2c990faa34c8144f309b2ff5fe3626 (patch)
tree54a79adcd72c4e8b1efa15b46c2fa2ef4dd9d917
parent9e67b01b56bf0e2d051344760fce5651441a5faa (diff)
downloademacs-4fbee715cb2c990faa34c8144f309b2ff5fe3626.tar.gz
emacs-4fbee715cb2c990faa34c8144f309b2ff5fe3626.zip
(man): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/man.el5
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 653753280a0..0c14cfcfb55 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * man.el (man): Doc fix.
4
12000-06-21 Kenichi Handa <handa@etl.go.jp> 52000-06-21 Kenichi Handa <handa@etl.go.jp>
2 6
3 * international/mule-cmds.el (set-language-info-alist): Docstring 7 * international/mule-cmds.el (set-language-info-alist): Docstring
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
546command to retrieve and clean a manpage in the background and places the 546command to retrieve and clean a manpage in the background and places the
547results in a Man mode (manpage browsing) buffer. See variable 547results in a Man mode (manpage browsing) buffer. See variable
548`Man-notify-method' for what happens when the buffer is ready. 548`Man-notify-method' for what happens when the buffer is ready.
549If a buffer already exists for this man page, it will display immediately." 549If a buffer already exists for this man page, it will display immediately.
550
551To specify a man page from a certain section, type SUBJECT(SECTION) or
552SECTION SUBJECT when prompted for a manual entry."
550 (interactive 553 (interactive
551 (list (let* ((default-entry (Man-default-man-entry)) 554 (list (let* ((default-entry (Man-default-man-entry))
552 (input (read-string 555 (input (read-string