aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index d953df008d7..4a5c53ca626 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1148,7 +1148,8 @@ DEF is anything that can be a key's definition:
1148 a cons (STRING . DEFN), meaning that DEFN is the definition 1148 a cons (STRING . DEFN), meaning that DEFN is the definition
1149 (DEFN should be a valid definition in its own right), 1149 (DEFN should be a valid definition in its own right),
1150 or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP, 1150 or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP,
1151 or an extended menu item definition. (See info node `Extended Menu Items'.) 1151 or an extended menu item definition.
1152 (See info node `(elisp)Extended Menu Items'.)
1152 1153
1153If KEYMAP is a sparse keymap with a binding for KEY, the existing 1154If KEYMAP is a sparse keymap with a binding for KEY, the existing
1154binding is altered. If there is no binding for KEY, the new pair 1155binding is altered. If there is no binding for KEY, the new pair