diff options
| author | Richard M. Stallman | 1995-07-18 19:14:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-18 19:14:38 +0000 |
| commit | 994662ce7a366fbb8438f3c89c990f27592eaac0 (patch) | |
| tree | 53ce097b036c9e795587b2f42eb4e5798f720166 /src | |
| parent | 82c028e0bc908bacf3cf23a8dfb09447464ef5b0 (diff) | |
| download | emacs-994662ce7a366fbb8438f3c89c990f27592eaac0.tar.gz emacs-994662ce7a366fbb8438f3c89c990f27592eaac0.zip | |
(Fcall_interactively): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callint.c b/src/callint.c index de43d888fe9..c02ea33a7bd 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -161,6 +161,7 @@ check_mark () | |||
| 161 | 161 | ||
| 162 | DEFUN ("call-interactively", Fcall_interactively, Scall_interactively, 1, 2, 0, | 162 | DEFUN ("call-interactively", Fcall_interactively, Scall_interactively, 1, 2, 0, |
| 163 | "Call FUNCTION, reading args according to its interactive calling specs.\n\ | 163 | "Call FUNCTION, reading args according to its interactive calling specs.\n\ |
| 164 | Return the value FUNCTION returns.\n\ | ||
| 164 | The function contains a specification of how to do the argument reading.\n\ | 165 | The function contains a specification of how to do the argument reading.\n\ |
| 165 | In the case of user-defined functions, this is specified by placing a call\n\ | 166 | In the case of user-defined functions, this is specified by placing a call\n\ |
| 166 | to the function `interactive' at the top level of the function body.\n\ | 167 | to the function `interactive' at the top level of the function body.\n\ |