diff options
| author | Karl Heuer | 1994-03-21 22:53:17 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-21 22:53:17 +0000 |
| commit | 90f80bcf8a07f7e0ef0e55d88d089ab2038b6242 (patch) | |
| tree | 16b619b65e5986af4a4c28e5271b30a564b442ce /src/keymap.c | |
| parent | d65a13c594f6643ca5dc80163008429c8c080dda (diff) | |
| download | emacs-90f80bcf8a07f7e0ef0e55d88d089ab2038b6242.tar.gz emacs-90f80bcf8a07f7e0ef0e55d88d089ab2038b6242.zip | |
(Fkeymapp): Doc fix.
Diffstat (limited to 'src/keymap.c')
| -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.") |