aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-03-08 23:53:06 +0000
committerKarl Heuer <[email protected]>1994-03-08 23:53:06 +0000
commite6d25e1474753fd78ad28c317504746476f90663 (patch)
tree24d6970e778390697067622a757e96dd806fa9a0 /lisp/apropos.el
parent201cb91b518f791c5defceff30dfa3c9d6bc91f3 (diff)
(apropos, super-apropos): Doc fix.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index b4d66e27e6..e73cbe8ae3 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -63,7 +63,8 @@ machine.")
;;;###autoload
(defun apropos (regexp &optional do-all pred)
"Show all symbols whose names contain matches for REGEXP.
-If optional argument DO-ALL is non-nil, does more (time-consuming) work such as
+If optional argument DO-ALL is non-nil (prefix argument if interactive),
+or if `apropos-do-all' is non-nil, does more (time-consuming) work such as
showing key bindings. Optional argument PRED is called with each symbol, and
if it returns nil, the symbol is not shown.
@@ -107,7 +108,8 @@ Returns list of symbols and documentation found."
;;;###autoload
(defun super-apropos (regexp &optional do-all)
"Show symbols whose names/documentation contain matches for REGEXP.
-If optional argument DO-ALL is non-nil, does more (time-consuming) work such as
+If optional argument DO-ALL is non-nil (prefix argument if interactive),
+or if `apropos-do-all' is non-nil, does more (time-consuming) work such as
showing key bindings and documentation that is not stored in the documentation
file.