; Doc fix for legacy keymap functions
* doc/lispref/keymaps.texi (Low-Level Key Binding): Add new alternatives for two more legacy functions.
This commit is contained in:
parent
227db70db9
commit
dcf3916e55
1 changed files with 4 additions and 0 deletions
|
@ -1839,6 +1839,8 @@ local keymap, or @code{nil} if it is undefined there.
|
|||
|
||||
The argument @var{accept-defaults} controls checking for default bindings,
|
||||
as in @code{lookup-key} (above).
|
||||
|
||||
Use @code{keymap-local-lookup} instead of this function.
|
||||
@end defun
|
||||
|
||||
@defun global-key-binding key &optional accept-defaults
|
||||
|
@ -1847,6 +1849,8 @@ current global keymap, or @code{nil} if it is undefined there.
|
|||
|
||||
The argument @var{accept-defaults} controls checking for default bindings,
|
||||
as in @code{lookup-key} (above).
|
||||
|
||||
Use @code{keymap-global-lookup} instead of this function.
|
||||
@end defun
|
||||
|
||||
@defun event-convert-list list
|
||||
|
|
Loading…
Add table
Reference in a new issue