diff lisp/apropos.el @ 20208:444df644c28f

(apropos-command): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 03 Nov 1997 02:54:19 +0000
parents 3fcfe59102ac
children 445110a43268
line wrap: on
line diff
--- a/lisp/apropos.el	Mon Nov 03 02:50:20 1997 +0000
+++ b/lisp/apropos.el	Mon Nov 03 02:54:19 1997 +0000
@@ -144,8 +144,8 @@
 (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