comparison 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
comparison
equal deleted inserted replaced
45302:7786a6008175 45303:12772faba5d5
1773 fourth argument, and some of the built-in functions of Lisp. 1773 fourth argument, and some of the built-in functions of Lisp.
1774 1774
1775 Also, a symbol satisfies `commandp' if its function definition does so. 1775 Also, a symbol satisfies `commandp' if its function definition does so.
1776 1776
1777 If the optional argument FOR-CALL-INTERACTIVELY is non-nil, 1777 If the optional argument FOR-CALL-INTERACTIVELY is non-nil,
1778 then strins and vectors are not accepted. */) 1778 then 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 {
1782 register Lisp_Object fun; 1782 register Lisp_Object fun;
1783 register Lisp_Object funcar; 1783 register Lisp_Object funcar;