summaryrefslogtreecommitdiff
path: root/src/callint.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-18 19:14:38 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-18 19:14:38 +0000
commit9a8066a37b28d822beab9a5284490cde8fb052de (patch)
tree24691eca74efd86b1764d2d50fea8928da4397e5 /src/callint.c
parent3d79b3eb9b0b1547fbbd7bd4c8dc7177a1cf2076 (diff)
downloademacs-9a8066a37b28d822beab9a5284490cde8fb052de.tar.gz
(Fcall_interactively): Doc fix.
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c1
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 ()
DEFUN ("call-interactively", Fcall_interactively, Scall_interactively, 1, 2, 0,
"Call FUNCTION, reading args according to its interactive calling specs.\n\
+Return the value FUNCTION returns.\n\
The function contains a specification of how to do the argument reading.\n\
In the case of user-defined functions, this is specified by placing a call\n\
to the function `interactive' at the top level of the function body.\n\