diff src/callint.c @ 29371:3cb01e10ef3e

(Fcall_interactively): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 01 Jun 2000 19:02:58 +0000
parents d39ec0a27081
children 7930c46bb365
line wrap: on
line diff
--- a/src/callint.c	Thu Jun 01 18:27:31 2000 +0000
+++ b/src/callint.c	Thu Jun 01 19:02:58 2000 +0000
@@ -183,7 +183,9 @@
 \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;
 {