# HG changeset patch # User Richard M. Stallman # Date 806094878 0 # Node ID 5f8972720e723aa1753abf23dd4412a2a7e51266 # Parent 8e4a75fa4b5b27c99159e909b7491a9b5476f1cb (Fcall_interactively): Doc fix. diff -r 8e4a75fa4b5b -r 5f8972720e72 src/callint.c --- a/src/callint.c Tue Jul 18 13:27:49 1995 +0000 +++ b/src/callint.c Tue Jul 18 19:14:38 1995 +0000 @@ -161,6 +161,7 @@ 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\