# HG changeset patch # User Karl Heuer # Date 763170786 0 # Node ID f1fa434c9090916837746a1af8fb4e3d74d7b893 # Parent f2b01e6e4a1f8555091cf555edb566406c85ed54 (apropos, super-apropos): Doc fix. diff -r f2b01e6e4a1f -r f1fa434c9090 lisp/apropos.el --- a/lisp/apropos.el Tue Mar 08 23:31:55 1994 +0000 +++ b/lisp/apropos.el Tue Mar 08 23:53:06 1994 +0000 @@ -63,7 +63,8 @@ ;;;###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 @@ ;;;###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.