changeset 6264:f1fa434c9090

(apropos, super-apropos): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 08 Mar 1994 23:53:06 +0000
parents f2b01e6e4a1f
children f901b6091821
files lisp/apropos.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.