aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorKarl Heuer1994-03-21 22:53:17 +0000
committerKarl Heuer1994-03-21 22:53:17 +0000
commit90f80bcf8a07f7e0ef0e55d88d089ab2038b6242 (patch)
tree16b619b65e5986af4a4c28e5271b30a564b442ce /src/keymap.c
parentd65a13c594f6643ca5dc80163008429c8c080dda (diff)
downloademacs-90f80bcf8a07f7e0ef0e55d88d089ab2038b6242.tar.gz
emacs-90f80bcf8a07f7e0ef0e55d88d089ab2038b6242.zip
(Fkeymapp): Doc fix.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 1ee65809a74..ed84063bcd3 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -174,7 +174,7 @@ DEFUN ("keymapp", Fkeymapp, Skeymapp, 1, 1, 0,
174 "Return t if ARG is a keymap.\n\ 174 "Return t if ARG is a keymap.\n\
175\n\ 175\n\
176A keymap is a list (keymap . ALIST),\n\ 176A keymap is a list (keymap . ALIST),\n\
177or a symbol whose function definition is a keymap is itself a keymap.\n\ 177or a symbol whose function definition is itself a keymap.\n\
178ALIST elements look like (CHAR . DEFN) or (SYMBOL . DEFN);\n\ 178ALIST elements look like (CHAR . DEFN) or (SYMBOL . DEFN);\n\
179a vector of densely packed bindings for small character codes\n\ 179a vector of densely packed bindings for small character codes\n\
180is also allowed as an element.") 180is also allowed as an element.")