From: Richard M. Stallman Date: Mon, 8 May 1995 15:45:55 +0000 (+0000) Subject: (Fread_key_sequence): Doc fix. X-Git-Tag: emacs-19.34~4103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11e08aabbb2960c6b7c7a790179ca1d963874be7;p=emacs.git (Fread_key_sequence): Doc fix. --- 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\ `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,