# HG changeset patch # User Kenichi Handa # Date 1220237096 0 # Node ID 3a2d65dc9abc18d04443b2cc6f5ee56ddf80b3f6 # Parent bfd2584c2f7a18106493f3edb3aa3bccc4f8b3a0 (syms_of_character): Docstring of script-representative-chars fixed. diff -r bfd2584c2f7a -r 3a2d65dc9abc src/character.c --- 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,