emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/eval.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Wed, 15 May 2002 12:36:14 -0400

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.186 emacs/src/eval.c:1.187
*** emacs/src/eval.c:1.186      Tue Apr 30 13:53:23 2002
--- emacs/src/eval.c    Wed May 15 12:36:13 2002
***************
*** 1775,1781 ****
  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.  */)
       (function, for_call_interactively)
       Lisp_Object function, for_call_interactively;
  {
--- 1775,1781 ----
  Also, a symbol satisfies `commandp' if its function definition does so.
  
  If the optional argument FOR-CALL-INTERACTIVELY is non-nil,
! then strings and vectors are not accepted.  */)
       (function, for_call_interactively)
       Lisp_Object function, for_call_interactively;
  {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]