# HG changeset patch # User Richard M. Stallman # Date 1095694900 0 # Node ID 4d72b7709db129fdfbc9f47029bc9489104fa481 # Parent a830d2693f6eb6023862d02ec826b5849656c5c0 (Key Sequence Input): Clarify downcasing in read-key-sequence. diff -r a830d2693f6e -r 4d72b7709db1 lispref/commands.texi --- a/lispref/commands.texi Mon Sep 20 15:37:53 2004 +0000 +++ b/lispref/commands.texi Mon Sep 20 15:41:40 2004 +0000 @@ -2063,10 +2063,10 @@ @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