changeset 88926:f026b7e4fc61

(syms_of_character) <translation-table-vector>: Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 30 Jul 2002 11:32:52 +0000
parents aa33304a3bb8
children cd7645c9842b
files src/character.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/character.c	Tue Jul 30 11:31:54 2002 +0000
+++ b/src/character.c	Tue Jul 30 11:32:52 2002 +0000
@@ -895,8 +895,9 @@
 
   DEFVAR_LISP ("translation-table-vector",  &Vtranslation_table_vector,
 	       doc: /*
-Vector of cons cell of a symbol and translation table ever defined.
-An ID of a translation table is an index of this vector.  */);
+Vector recording all translation tables ever defined.
+Each element is a pair (SYMBOL . TABLE) relating the table to the
+symbol naming it.  The ID of a translation table is an index into this vector.  */);
   Vtranslation_table_vector = Fmake_vector (make_number (16), Qnil);
 
   DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars,