summaryrefslogtreecommitdiff
path: root/src/keymap.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-07-31 17:51:28 +0000
committerJim Blandy <jimb@redhat.com>1991-07-31 17:51:28 +0000
commit6e8290aada30afd252649ef7cc412af6379c077c (patch)
tree46f1342be5be918c245e089471a24eec7bc7d34c /src/keymap.c
parent6f8e447f09b1683a07b155eba4b218fbeae4183b (diff)
downloademacs-6e8290aada30afd252649ef7cc412af6379c077c.tar.gz
*** empty log message ***
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 7aeed24ce4b..344b600a6be 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -401,7 +401,10 @@ DEF is anything that can be a key's definition:\n\
or another symbol whose function definition is used, etc.\n\
a cons (STRING . DEFN), meaning that DEFN is the definition\n\
(DEFN should be a valid definition in its own right),\n\
- or a cons (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP.")
+ or a cons (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP.\n\
+\n\
+If KEYMAP is a sparse keymap, the pair binding KEY to DEF is added at\n\
+the front of KEYMAP.")
(keymap, key, def)
register Lisp_Object keymap;
Lisp_Object key;