diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index a3e4984fd16..8b8cb032095 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -256,7 +256,8 @@ 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 | { |