diff options
| author | Dave Love | 2000-06-01 19:02:58 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-01 19:02:58 +0000 |
| commit | 824b5cfcbbe1de8215cba410cd94145d0691af7a (patch) | |
| tree | d425d1a4ec91eed6df86d0f37b2077e17dab02f0 /src | |
| parent | d16296bbaa54549a09d6d2602fbdbbbbd48e8244 (diff) | |
| download | emacs-824b5cfcbbe1de8215cba410cd94145d0691af7a.tar.gz emacs-824b5cfcbbe1de8215cba410cd94145d0691af7a.zip | |
(Fcall_interactively): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index 8efab94673b..09c22a987c1 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -183,7 +183,9 @@ 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 | { |