emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/commands.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:14:42 -0400

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.39.2.3 
emacs/lispref/commands.texi:1.39.2.4
*** emacs/lispref/commands.texi:1.39.2.3        Tue Aug 10 07:46:39 2004
--- emacs/lispref/commands.texi Tue Sep 21 09:34:11 2004
***************
*** 2063,2072 ****
  
  @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.
  
  The function @code{read-key-sequence} also transforms some mouse events.
  It converts unbound drag events into click events, and discards unbound
--- 2063,2072 ----
  
  @cindex upper case key sequence
  @cindex downcasing in @code{lookup-key}
! 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]