changeset 23758:e6bdd4559dc7

(Fmake_keymap): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 24 Nov 1998 04:55:16 +0000
parents 717a33da04a1
children eac4b475c2ea
files src/keymap.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Tue Nov 24 03:52:08 1998 +0000
+++ b/src/keymap.c	Tue Nov 24 04:55:16 1998 +0000
@@ -109,8 +109,8 @@
 /* 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\