# HG changeset patch # User Eli Zaretskii # Date 1021480573 0 # Node ID 12772faba5d56d7910e19569517178a78b11f485 # Parent 7786a6008175ba68a763cde4a9b1758cfff5d8e3 (Fcommandp): Doc fix. diff -r 7786a6008175 -r 12772faba5d5 src/eval.c --- a/src/eval.c Tue May 14 23:15:41 2002 +0000 +++ b/src/eval.c Wed May 15 16:36:13 2002 +0000 @@ -1775,7 +1775,7 @@ 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; {