# HG changeset patch # User Dave Love # Date 959886178 0 # Node ID 3cb01e10ef3e680bc39650d940ad05a38aa6d8b7 # Parent 399be97ac189c4ccd99c44403a79dc63de8957db (Fcall_interactively): Doc fix. diff -r 399be97ac189 -r 3cb01e10ef3e src/callint.c --- 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; {