diff src/eval.c @ 45303:12772faba5d5

(Fcommandp): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 May 2002 16:36:13 +0000
parents ed0ad59e4ec7
children ba8657702375
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;
 {