]> git.eshelyaron.com Git - emacs.git/commitdiff
(man): Mention Man-switches in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Wed, 1 Aug 2001 15:31:08 +0000 (15:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 Aug 2001 15:31:08 +0000 (15:31 +0000)
(Man-switches): Mention -a in the doc string.

lisp/ChangeLog
lisp/man.el

index ac29c56037d96684cf3d9e0868d4216aad0058e0..ee5b22742752928bee8f5d1881ea0c3195ddc63e 100644 (file)
@@ -1,5 +1,8 @@
 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * man.el (man): Mention Man-switches in the doc string.
+       (Man-switches): Mention -a in the doc string.
+
        * textmodes/ispell.el (ispell-alternate-dictionary): Add
        /usr/share/lib/dict/words, for Irix.
 
index c7a2d43153ca20fefb029fa6873ec63c66feea72..5e3fc280d2948698430d9cf6eb9a63a6f34b88d2 100644 (file)
@@ -285,7 +285,10 @@ This regular expression should start with a `^' character.")
   "Regular expression describing a reference in the SEE ALSO section.")
 
 (defvar Man-switches ""
-  "Switches passed to the man command, as a single string.")
+  "Switches passed to the man command, as a single string.
+
+If you want to be able to see all the manpages for a subject you type,
+make -a one of the switches, if your `man' program supports it.")
 
 (defvar Man-specified-section-option
   (if (string-match "-solaris[0-9.]*$" system-configuration)
@@ -549,7 +552,9 @@ results in a Man mode (manpage browsing) buffer.  See variable
 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."
+SECTION SUBJECT when prompted for a manual entry.  To see manpages from
+all sections related to a subject, put something appropriate into the
+`Man-switches' variable, which see."
   (interactive
    (list (let* ((default-entry (Man-default-man-entry))
                (input (read-string