X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3f791afed9cd1002b909cefd3482763b2a310608..7f5515125fbc9b46454e1f84b7e3052a0a5326f0:/src/callint.c diff --git a/src/callint.c b/src/callint.c index d17f850eb5..5cf9949567 100644 --- a/src/callint.c +++ b/src/callint.c @@ -234,7 +234,7 @@ fix_command (Lisp_Object input, Lisp_Object values) } DEFUN ("call-interactively", Fcall_interactively, Scall_interactively, 1, 3, 0, - doc: /* Call FUNCTION, reading args according to its interactive calling specs. + doc: /* Call FUNCTION, providing args according to its interactive calling specs. Return the value FUNCTION returns. The function contains a specification of how to do the argument reading. In the case of user-defined functions, this is specified by placing a call