From: Richard M. Stallman Date: Tue, 18 Jul 1995 19:14:38 +0000 (+0000) Subject: (Fcall_interactively): Doc fix. X-Git-Tag: emacs-19.34~3277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=994662ce7a366fbb8438f3c89c990f27592eaac0;p=emacs.git (Fcall_interactively): Doc fix. --- 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\