aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1997-11-03 02:54:19 +0000
committerKarl Heuer1997-11-03 02:54:19 +0000
commit3ccee3454592080635b59d501683949c1372943c (patch)
treebeda2e35abd8c5884f60ff8aec3e520cdd162412
parent60db35943357fffada30fdf38e864a38bae1076e (diff)
downloademacs-3ccee3454592080635b59d501683949c1372943c.tar.gz
emacs-3ccee3454592080635b59d501683949c1372943c.zip
(apropos-command): Doc fix.
-rw-r--r--lisp/apropos.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 34691a97744..314e68ba898 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -144,8 +144,8 @@ This looks good, but slows down the commands several times."
144(fset 'command-apropos 'apropos-command) 144(fset 'command-apropos 'apropos-command)
145;;;###autoload 145;;;###autoload
146(defun apropos-command (apropos-regexp &optional do-all) 146(defun apropos-command (apropos-regexp &optional do-all)
147 "Shows commands (interactively callable functions) that match REGEXP. 147 "Show commands (interactively callable functions) that match REGEXP.
148With optional prefix ARG or if `apropos-do-all' is non-nil, also show 148With optional prefix ARG, or if `apropos-do-all' is non-nil, also show
149variables." 149variables."
150 (interactive (list (read-string (concat "Apropos command " 150 (interactive (list (read-string (concat "Apropos command "
151 (if (or current-prefix-arg 151 (if (or current-prefix-arg