changeset 45303:12772faba5d5

(Fcommandp): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 May 2002 16:36:13 +0000
parents 7786a6008175
children 1d7fa08f7e4b
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {