From: Dave Love <fx@gnu.org> Date: Thu, 1 Jun 2000 19:02:58 +0000 (+0000) Subject: (Fcall_interactively): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~3564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=824b5cfcbbe1de8215cba410cd94145d0691af7a;p=emacs.git (Fcall_interactively): Doc fix. --- diff --git a/src/callint.c b/src/callint.c index 8efab94673b..09c22a987c1 100644 --- a/src/callint.c +++ b/src/callint.c @@ -183,7 +183,9 @@ See `interactive'.\n\ \n\ Optional second arg RECORD-FLAG non-nil\n\ means unconditionally put this command in the command-history.\n\ -Otherwise, this is done only if an arg is read using the minibuffer.") +Otherwise, this is done only if an arg is read using the minibuffer.\n\ +Optional third arg KEYS, if given, specifies the sequence of events to\n\ +supply if the command inquires which events were used to invoke it.") (function, record_flag, keys) Lisp_Object function, record_flag, keys; {