Mercurial > emacs
comparison src/callint.c @ 56571:bf7d2966022c
(Fcall_interactively): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 31 Jul 2004 15:50:46 +0000 |
parents | 7b6b4d9ae726 |
children | e092a2ece99b 0bdb5a16ae51 |
comparison
equal
deleted
inserted
replaced
56570:059dc717baef | 56571:bf7d2966022c |
---|---|
254 | 254 |
255 Optional second arg RECORD-FLAG non-nil | 255 Optional second arg RECORD-FLAG non-nil |
256 means unconditionally put this command in the command-history. | 256 means unconditionally put this command in the command-history. |
257 Otherwise, this is done only if an arg is read using the minibuffer. | 257 Otherwise, this is done only if an arg is read using the minibuffer. |
258 Optional third arg KEYS, if given, specifies the sequence of events to | 258 Optional third arg KEYS, if given, specifies the sequence of events to |
259 supply if the command inquires which events were used to invoke it. */) | 259 supply if the command inquires which events were used to invoke it. |
260 If KEYS is omitted or nil, the return value of `this-command-keys' is used. */) | |
260 (function, record_flag, keys) | 261 (function, record_flag, keys) |
261 Lisp_Object function, record_flag, keys; | 262 Lisp_Object function, record_flag, keys; |
262 { | 263 { |
263 Lisp_Object *args, *visargs; | 264 Lisp_Object *args, *visargs; |
264 unsigned char **argstrings; | 265 unsigned char **argstrings; |