From: Karl Heuer Date: Mon, 21 Mar 1994 22:53:17 +0000 (+0000) Subject: (Fkeymapp): Doc fix. X-Git-Tag: emacs-19.34~9395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90f80bcf8a07f7e0ef0e55d88d089ab2038b6242;p=emacs.git (Fkeymapp): Doc fix. --- 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, "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.")