diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
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\ |
| 176 | A keymap is a list (keymap . ALIST),\n\ | 176 | A keymap is a list (keymap . ALIST),\n\ |
| 177 | or a symbol whose function definition is a keymap is itself a keymap.\n\ | 177 | or a symbol whose function definition is itself a keymap.\n\ |
| 178 | ALIST elements look like (CHAR . DEFN) or (SYMBOL . DEFN);\n\ | 178 | ALIST elements look like (CHAR . DEFN) or (SYMBOL . DEFN);\n\ |
| 179 | a vector of densely packed bindings for small character codes\n\ | 179 | a vector of densely packed bindings for small character codes\n\ |
| 180 | is also allowed as an element.") | 180 | is also allowed as an element.") |