Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
29370:399be97ac189 | 29371:3cb01e10ef3e |
---|---|
181 to the function `interactive' at the top level of the function body.\n\ | 181 to the function `interactive' at the top level of the function body.\n\ |
182 See `interactive'.\n\ | 182 See `interactive'.\n\ |
183 \n\ | 183 \n\ |
184 Optional second arg RECORD-FLAG non-nil\n\ | 184 Optional second arg RECORD-FLAG non-nil\n\ |
185 means unconditionally put this command in the command-history.\n\ | 185 means unconditionally put this command in the command-history.\n\ |
186 Otherwise, this is done only if an arg is read using the minibuffer.") | 186 Otherwise, this is done only if an arg is read using the minibuffer.\n\ |
187 Optional third arg KEYS, if given, specifies the sequence of events to\n\ | |
188 supply if the command inquires which events were used to invoke it.") | |
187 (function, record_flag, keys) | 189 (function, record_flag, keys) |
188 Lisp_Object function, record_flag, keys; | 190 Lisp_Object function, record_flag, keys; |
189 { | 191 { |
190 Lisp_Object *args, *visargs; | 192 Lisp_Object *args, *visargs; |
191 unsigned char **argstrings; | 193 unsigned char **argstrings; |