]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-command): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Mon, 3 Nov 1997 02:54:19 +0000 (02:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 3 Nov 1997 02:54:19 +0000 (02:54 +0000)
lisp/apropos.el

index 34691a977441b623142039c3af08da0b18f88e47..314e68ba898f0cfc216a13d604c535900f4d5f5b 100644 (file)
@@ -144,8 +144,8 @@ This looks good, but slows down the commands several times."
 (fset 'command-apropos 'apropos-command)
 ;;;###autoload
 (defun apropos-command (apropos-regexp &optional do-all)
-  "Shows commands (interactively callable functions) that match REGEXP.
-With optional prefix ARG or if `apropos-do-all' is non-nil, also show
+  "Show commands (interactively callable functions) that match REGEXP.
+With optional prefix ARG, or if `apropos-do-all' is non-nil, also show
 variables."
   (interactive (list (read-string (concat "Apropos command "
                                          (if (or current-prefix-arg