From: Karl Heuer Date: Tue, 8 Mar 1994 23:53:06 +0000 (+0000) Subject: (apropos, super-apropos): Doc fix. X-Git-Tag: emacs-19.34~9588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6d25e1474753fd78ad28c317504746476f90663;p=emacs.git (apropos, super-apropos): Doc fix. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index b4d66e27e6e..e73cbe8ae36 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.