diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 2 |
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. | |||
| 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 | { |