(Fmake_keymap): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 24 Nov 1998 04:55:16 +0000 (04:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 24 Nov 1998 04:55:16 +0000 (04:55 +0000)
src/keymap.c

index 52d42a1..6a7bee4 100644 (file)
@@ -109,8 +109,8 @@ static void describe_map ();
 /* Keymap object support - constructors and predicates.                        */
 
 DEFUN ("make-keymap", Fmake_keymap, Smake_keymap, 0, 1, 0,
-  "Construct and return a new keymap, of the form (keymap VECTOR . ALIST).\n\
-VECTOR is a vector which holds the bindings for the ASCII\n\
+  "Construct and return a new keymap, of the form (keymap CHARTABLE . ALIST).\n\
+CHARTABLE is a char-table that holds the bindings for the ASCII\n\
 characters.  ALIST is an assoc-list which holds bindings for function keys,\n\
 mouse events, and any other things that appear in the input stream.\n\
 All entries in it are initially nil, meaning \"command undefined\".\n\n\