Mercurial > emacs
diff src/character.c @ 101805:b416b80570f8
(Vscript_representative_chars): Docstring modified.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 05 Feb 2009 06:20:26 +0000 |
| parents | e038c1a8307c |
| children | 86b3f8ddbaee |
line wrap: on
line diff
--- a/src/character.c Thu Feb 05 02:34:34 2009 +0000 +++ b/src/character.c Thu Feb 05 06:20:26 2009 +0000 @@ -1165,7 +1165,8 @@ DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars, doc: /* Alist of scripts vs the representative characters. -Each element is a cons (SCRIPT . CHARS), where SCRIPT is a script name symbol, +Each element is a cons (SCRIPT . CHARS). +SCRIPT is a symbol representing a script or a subgroupd of a script. CHARS is a list or a vector of characters. If it is a list, all characters in the list are necessary for supporting SCRIPT. If it is a vector, one of the characters in the vector is necessary.
