mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
(Fkeymapp): Doc fix.
This commit is contained in:
parent
d65a13c594
commit
90f80bcf8a
@ -174,7 +174,7 @@ DEFUN ("keymapp", Fkeymapp, Skeymapp, 1, 1, 0,
|
||||
"Return t if ARG is a keymap.\n\
|
||||
\n\
|
||||
A keymap is a list (keymap . ALIST),\n\
|
||||
or a symbol whose function definition is a keymap is itself a keymap.\n\
|
||||
or a symbol whose function definition is itself a keymap.\n\
|
||||
ALIST elements look like (CHAR . DEFN) or (SYMBOL . DEFN);\n\
|
||||
a vector of densely packed bindings for small character codes\n\
|
||||
is also allowed as an element.")
|
||||
|
Loading…
Reference in New Issue
Block a user