]> code.delx.au - gnu-emacs/commitdiff
(Fcall_interactively): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 1 Jun 2000 19:02:58 +0000 (19:02 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Jun 2000 19:02:58 +0000 (19:02 +0000)
src/callint.c

index 8efab94673b0eb42c872269eb584406ba7d3db25..09c22a987c15f2af9f74f585e52da031a7452bbb 100644 (file)
@@ -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;
 {