aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorEli Zaretskii2002-05-15 16:36:13 +0000
committerEli Zaretskii2002-05-15 16:36:13 +0000
commit769b4fb2f563dfb9ac2fc9f0cc29cce0a76bb3da (patch)
treeda2a32ec761b40724d4e56948df46cb5936f37f2 /src/eval.c
parent3ec0a248626b478ea2678a88b32e425eb5c6eed2 (diff)
downloademacs-769b4fb2f563dfb9ac2fc9f0cc29cce0a76bb3da.tar.gz
emacs-769b4fb2f563dfb9ac2fc9f0cc29cce0a76bb3da.zip
(Fcommandp): Doc fix.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
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.
1775Also, a symbol satisfies `commandp' if its function definition does so. 1775Also, a symbol satisfies `commandp' if its function definition does so.
1776 1776
1777If the optional argument FOR-CALL-INTERACTIVELY is non-nil, 1777If the optional argument FOR-CALL-INTERACTIVELY is non-nil,
1778then strins and vectors are not accepted. */) 1778then strings and vectors are not accepted. */)
1779 (function, for_call_interactively) 1779 (function, for_call_interactively)
1780 Lisp_Object function, for_call_interactively; 1780 Lisp_Object function, for_call_interactively;
1781{ 1781{