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
3250aca2
Commit
3250aca2
authored
Sep 11, 2006
by
Chong Yidong
Browse files
* keymaps.texi (Active Keymaps): Mention that key-binding checks
local maps.
parent
42e76a87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/keymaps.texi
lispref/keymaps.texi
+4
-0
No files found.
lispref/ChangeLog
View file @
3250aca2
2006
-
09
-
10
Chong
Yidong
<
cyd
@
stupidchicken
.
com
>
*
keymaps
.
texi
(
Active
Keymaps
):
Mention
that
key
-
binding
checks
local
maps
.
2006
-
09
-
10
Kim
F
.
Storm
<
storm
@
cua
.
dk
>
*
display
.
texi
(
Forcing
Redisplay
):
Document
return
value
of
...
...
lispref/keymaps.texi
View file @
3250aca2
...
...
@@ -664,6 +664,10 @@ undefined in the keymaps.
The argument @var{accept-defaults} controls checking for default
bindings, as in @code{lookup-key} (above).
When @var{key} is a vector containing an input event, such as a mouse
click, @code{key-binding} first looks for the binding in the local
keymap at the position specified by that event, if any.
When commands are remapped (@pxref{Remapping Commands}),
@code{key-binding} normally processes command remappings so as to
returns the remapped command that will actually be executed. However,
...
...
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