mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(Fdefine_key): Minor doc fix.
This commit is contained in:
parent
c05ddcf77b
commit
00b7c149fe
@ -1125,8 +1125,8 @@ DEF is anything that can be a key's definition:
|
||||
a cons (STRING . DEFN), meaning that DEFN is the definition
|
||||
(DEFN should be a valid definition in its own right),
|
||||
or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP,
|
||||
or an extended menu item definition. (See info node
|
||||
`(elisp)Extended Menu Items'.)
|
||||
or an extended menu item definition.
|
||||
(See info node `(elisp)Extended Menu Items'.)
|
||||
|
||||
If KEYMAP is a sparse keymap with a binding for KEY, the existing
|
||||
binding is altered. If there is no binding for KEY, the new pair
|
||||
|
Loading…
Reference in New Issue
Block a user