changeset 6457:13aa19ca4b4f

(Fkeymapp): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 21 Mar 1994 22:53:17 +0000
parents 9854df0e91e1
children 13b9d23a243a
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Mon Mar 21 22:48:13 1994 +0000
+++ b/src/keymap.c	Mon Mar 21 22:53:17 1994 +0000
@@ -174,7 +174,7 @@
   "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.")