]> git.eshelyaron.com Git - emacs.git/commitdiff
(Key Sequence Input): Clarify downcasing in read-key-sequence.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 15:41:40 +0000 (15:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 15:41:40 +0000 (15:41 +0000)
lispref/commands.texi

index 796fc45f5f3fd7edb4e315482bc012aebd9ddb00..5f0a73b2153d05c2f56f1f84310990f09c4a499c 100644 (file)
@@ -2063,10 +2063,10 @@ returns the key sequence as a vector, never as a string.
 
 @cindex upper case key sequence
 @cindex downcasing in @code{lookup-key}
-If an input character is an upper-case letter and has no key binding,
-but its lower-case equivalent has one, then @code{read-key-sequence}
-converts the character to lower case.  Note that @code{lookup-key} does
-not perform case conversion in this way.
+If an input character is upper-case (or has the shift modifier) and
+has no key binding, but its lower-case equivalent has one, then
+@code{read-key-sequence} converts the character to lower case.  Note
+that @code{lookup-key} does not perform case conversion in this way.
 
 The function @code{read-key-sequence} also transforms some mouse events.
 It converts unbound drag events into click events, and discards unbound