changeset 97907:3a2d65dc9abc

(syms_of_character): Docstring of script-representative-chars fixed.
author Kenichi Handa <handa@m17n.org>
date Mon, 01 Sep 2008 02:44:56 +0000
parents bfd2584c2f7a
children 464a00cca3cf
files src/character.c
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/character.c	Mon Sep 01 02:44:19 2008 +0000
+++ b/src/character.c	Mon Sep 01 02:44:56 2008 +0000
@@ -1104,7 +1104,12 @@
   Vchar_script_table = Fmake_char_table (Qchar_script_table, Qnil);
 
   DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars,
-	       doc: /* Alist of scripts vs the representative characters.  */);
+	       doc: /* Alist of scripts vs the representative characters.
+Each element is a cons (SCRIPT . CHARS), where SCRIPT is a script name symbol,
+CHARS is a list or a vector of characters.
+If it is a list, all characters in the list is necessary for supporting SCRIPT.
+If it is a vector, one of the characters in the vector is necessary.
+This variable is used to find a font for a specific script.  */);
   Vscript_representative_chars = Qnil;
 
   DEFVAR_LISP ("unicode-category-table", &Vunicode_category_table,