From: Eli Zaretskii Date: Wed, 15 May 2002 16:36:13 +0000 (+0000) Subject: (Fcommandp): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~15051 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=769b4fb2f563dfb9ac2fc9f0cc29cce0a76bb3da;p=emacs.git (Fcommandp): Doc fix. --- diff --git a/src/eval.c b/src/eval.c index 147e8bef2dd..7c63a2db4e1 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1775,7 +1775,7 @@ fourth argument, and some of the built-in functions of Lisp. Also, a symbol satisfies `commandp' if its function definition does so. If the optional argument FOR-CALL-INTERACTIVELY is non-nil, -then strins and vectors are not accepted. */) +then strings and vectors are not accepted. */) (function, for_call_interactively) Lisp_Object function, for_call_interactively; {