]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 19:14:38 +0000 (19:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 19:14:38 +0000 (19:14 +0000)
src/callint.c

index de43d888fe9dbe330c153b0a06782041784806fc..c02ea33a7bd4e13b5d0ddc42f5fd9ba56d14e5d0 100644 (file)
@@ -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\