Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77111ca6
Commit
77111ca6
authored
Nov 25, 2008
by
Chong Yidong
Browse files
(Key Sequence Input): Fix typos.
parent
4990219b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/lispref/commands.texi
doc/lispref/commands.texi
+5
-5
No files found.
doc/lispref/commands.texi
View file @
77111ca6
...
...
@@ -2249,11 +2249,11 @@ that @code{lookup-key} does not perform case conversion in this way.
@vindex this-command-keys-shift-translated
When reading input results in such a @dfn{shift-translation}, Emacs
sets the variable @code{this-command-keys-shift-translated} to a
non-nil value. Lisp programs can examine this variable if they
need
to modify their behavior when invoked by shift-translated keys.
For
example, the function @code{handle-shift-selection} examines the
value
of this variable to determine how to activate or deactivate the
region
(@pxref{The Mark, handle-shift-selection}).
non-
@code{
nil
}
value. Lisp programs can examine this variable if they
need
to modify their behavior when invoked by shift-translated keys.
For
example, the function @code{handle-shift-selection} examines the
value
of this variable to determine how to activate or deactivate the
region
(@pxref{The Mark, handle-shift-selection}).
The function @code{read-key-sequence} also transforms some mouse events.
It converts unbound drag events into click events, and discards unbound
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment