diff options
| author | Richard M. Stallman | 1995-05-08 15:45:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-08 15:45:55 +0000 |
| commit | 11e08aabbb2960c6b7c7a790179ca1d963874be7 (patch) | |
| tree | 940012a5075c045d4b7679cad24c65ff2dfb722f /src | |
| parent | e518d5e1418fa75f227bdaa04074831e10909c5b (diff) | |
| download | emacs-11e08aabbb2960c6b7c7a790179ca1d963874be7.tar.gz emacs-11e08aabbb2960c6b7c7a790179ca1d963874be7.zip | |
(Fread_key_sequence): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index df29e33c75a..981b5d91ae9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -5929,7 +5929,7 @@ is nil, then the event will be put off until after the current key sequence.\n\ | |||
| 5929 | `read-key-sequence' checks `function-key-map' for function key\n\ | 5929 | `read-key-sequence' checks `function-key-map' for function key\n\ |
| 5930 | sequences, where they wouldn't conflict with ordinary bindings. See\n\ | 5930 | sequences, where they wouldn't conflict with ordinary bindings. See\n\ |
| 5931 | `function-key-map' for more details.") | 5931 | `function-key-map' for more details.") |
| 5932 | (prompt, continue_echo) | 5932 | (prompt, continue_echo, dont_downcase_last, can_return_switch_frame) |
| 5933 | #endif | 5933 | #endif |
| 5934 | 5934 | ||
| 5935 | DEFUN ("read-key-sequence", Fread_key_sequence, Sread_key_sequence, 1, 4, 0, | 5935 | DEFUN ("read-key-sequence", Fread_key_sequence, Sread_key_sequence, 1, 4, 0, |