diff options
| author | Eli Zaretskii | 2002-05-15 16:36:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-05-15 16:36:13 +0000 |
| commit | 769b4fb2f563dfb9ac2fc9f0cc29cce0a76bb3da (patch) | |
| tree | da2a32ec761b40724d4e56948df46cb5936f37f2 /src/eval.c | |
| parent | 3ec0a248626b478ea2678a88b32e425eb5c6eed2 (diff) | |
| download | emacs-769b4fb2f563dfb9ac2fc9f0cc29cce0a76bb3da.tar.gz emacs-769b4fb2f563dfb9ac2fc9f0cc29cce0a76bb3da.zip | |
(Fcommandp): Doc fix.
Diffstat (limited to 'src/eval.c')
| -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 | { |