diff options
| author | Chong Yidong | 2008-11-25 03:51:47 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-25 03:51:47 +0000 |
| commit | 77111ca68068796a49586328d8e47a87f292163a (patch) | |
| tree | 82d847f6344289b9601172cf8cd3b0541c049afc | |
| parent | 4990219b44766bcdcaa1b03e070d0b2a6ea07b46 (diff) | |
| download | emacs-77111ca68068796a49586328d8e47a87f292163a.tar.gz emacs-77111ca68068796a49586328d8e47a87f292163a.zip | |
(Key Sequence Input): Fix typos.
| -rw-r--r-- | doc/lispref/commands.texi | 10 |
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 |
| 2250 | When reading input results in such a @dfn{shift-translation}, Emacs | 2250 | When reading input results in such a @dfn{shift-translation}, Emacs |
| 2251 | sets the variable @code{this-command-keys-shift-translated} to a | 2251 | sets the variable @code{this-command-keys-shift-translated} to a |
| 2252 | non-nil value. Lisp programs can examine this variable if they need | 2252 | non-@code{nil} value. Lisp programs can examine this variable if they |
| 2253 | to modify their behavior when invoked by shift-translated keys. For | 2253 | need to modify their behavior when invoked by shift-translated keys. |
| 2254 | example, the function @code{handle-shift-selection} examines the value | 2254 | For example, the function @code{handle-shift-selection} examines the |
| 2255 | of this variable to determine how to activate or deactivate the region | 2255 | value of this variable to determine how to activate or deactivate the |
| 2256 | (@pxref{The Mark, handle-shift-selection}). | 2256 | region (@pxref{The Mark, handle-shift-selection}). |
| 2257 | 2257 | ||
| 2258 | The function @code{read-key-sequence} also transforms some mouse events. | 2258 | The function @code{read-key-sequence} also transforms some mouse events. |
| 2259 | It converts unbound drag events into click events, and discards unbound | 2259 | It converts unbound drag events into click events, and discards unbound |