aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-08 15:45:55 +0000
committerRichard M. Stallman1995-05-08 15:45:55 +0000
commit11e08aabbb2960c6b7c7a790179ca1d963874be7 (patch)
tree940012a5075c045d4b7679cad24c65ff2dfb722f /src
parente518d5e1418fa75f227bdaa04074831e10909c5b (diff)
downloademacs-11e08aabbb2960c6b7c7a790179ca1d963874be7.tar.gz
emacs-11e08aabbb2960c6b7c7a790179ca1d963874be7.zip
(Fread_key_sequence): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
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\
5930sequences, where they wouldn't conflict with ordinary bindings. See\n\ 5930sequences, 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
5935DEFUN ("read-key-sequence", Fread_key_sequence, Sread_key_sequence, 1, 4, 0, 5935DEFUN ("read-key-sequence", Fread_key_sequence, Sread_key_sequence, 1, 4, 0,