]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_character) <translation-table-vector>: Doc
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:32:52 +0000 (11:32 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:32:52 +0000 (11:32 +0000)
fix.

src/character.c

index eb0f8c84d04fa4f6a279b3fcfcd73f1020afa72f..5907f55b1f3db919a0be7afb6ef33ffd8cf67ff8 100644 (file)
@@ -895,8 +895,9 @@ syms_of_character ()
 
   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,