diff options
| author | Karl Heuer | 1997-11-03 02:54:19 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-11-03 02:54:19 +0000 |
| commit | 3ccee3454592080635b59d501683949c1372943c (patch) | |
| tree | beda2e35abd8c5884f60ff8aec3e520cdd162412 | |
| parent | 60db35943357fffada30fdf38e864a38bae1076e (diff) | |
| download | emacs-3ccee3454592080635b59d501683949c1372943c.tar.gz emacs-3ccee3454592080635b59d501683949c1372943c.zip | |
(apropos-command): Doc fix.
| -rw-r--r-- | lisp/apropos.el | 4 |
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. |
| 148 | With optional prefix ARG or if `apropos-do-all' is non-nil, also show | 148 | With optional prefix ARG, or if `apropos-do-all' is non-nil, also show |
| 149 | variables." | 149 | variables." |
| 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 |