]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fread_key_sequence): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 15:45:55 +0000 (15:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 15:45:55 +0000 (15:45 +0000)
src/keyboard.c

index df29e33c75a831ad7d55388a42ebcd3717f56508..981b5d91ae9fa681e5603445b0565093e8741c84 100644 (file)
@@ -5929,7 +5929,7 @@ is nil, then the event will be put off until after the current key sequence.\n\
 `read-key-sequence' checks `function-key-map' for function key\n\
 sequences, where they wouldn't conflict with ordinary bindings.  See\n\
 `function-key-map' for more details.")
-  (prompt, continue_echo)
+  (prompt, continue_echo, dont_downcase_last, can_return_switch_frame)
 #endif
 
 DEFUN ("read-key-sequence", Fread_key_sequence, Sread_key_sequence, 1, 4, 0,