From 3ccee3454592080635b59d501683949c1372943c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 3 Nov 1997 02:54:19 +0000 Subject: [PATCH] (apropos-command): Doc fix. --- lisp/apropos.el | 4 ++-- 1 file 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." (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 -- 2.39.2