1
0
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:
Richard M. Stallman 2007-04-22 16:53:57 +00:00
parent c05ddcf77b
commit 00b7c149fe

View File

@ -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