Mercurial > emacs
changeset 12582:5f8972720e72
(Fcall_interactively): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Jul 1995 19:14:38 +0000 |
parents | 8e4a75fa4b5b |
children | 73ac42b9be24 |
files | src/callint.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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\