aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-25 03:51:47 +0000
committerChong Yidong2008-11-25 03:51:47 +0000
commit77111ca68068796a49586328d8e47a87f292163a (patch)
tree82d847f6344289b9601172cf8cd3b0541c049afc
parent4990219b44766bcdcaa1b03e070d0b2a6ea07b46 (diff)
downloademacs-77111ca68068796a49586328d8e47a87f292163a.tar.gz
emacs-77111ca68068796a49586328d8e47a87f292163a.zip
(Key Sequence Input): Fix typos.
-rw-r--r--doc/lispref/commands.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 2fa2268a095..4c5636afe6c 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2249,11 +2249,11 @@ that @code{lookup-key} does not perform case conversion in this way.
2249@vindex this-command-keys-shift-translated 2249@vindex this-command-keys-shift-translated
2250When reading input results in such a @dfn{shift-translation}, Emacs 2250When reading input results in such a @dfn{shift-translation}, Emacs
2251sets the variable @code{this-command-keys-shift-translated} to a 2251sets the variable @code{this-command-keys-shift-translated} to a
2252non-nil value. Lisp programs can examine this variable if they need 2252non-@code{nil} value. Lisp programs can examine this variable if they
2253to modify their behavior when invoked by shift-translated keys. For 2253need to modify their behavior when invoked by shift-translated keys.
2254example, the function @code{handle-shift-selection} examines the value 2254For example, the function @code{handle-shift-selection} examines the
2255of this variable to determine how to activate or deactivate the region 2255value of this variable to determine how to activate or deactivate the
2256(@pxref{The Mark, handle-shift-selection}). 2256region (@pxref{The Mark, handle-shift-selection}).
2257 2257
2258The function @code{read-key-sequence} also transforms some mouse events. 2258The function @code{read-key-sequence} also transforms some mouse events.
2259It converts unbound drag events into click events, and discards unbound 2259It converts unbound drag events into click events, and discards unbound