From f4427a54f1f42878f7e027a0ebe5ec3ba36acb4f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 5 Feb 2009 06:20:26 +0000 Subject: (Vscript_representative_chars): Docstring modified. --- src/character.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/character.c') diff --git a/src/character.c b/src/character.c index 119502a9789..9d61d60ca7f 100644 --- a/src/character.c +++ b/src/character.c @@ -1165,7 +1165,8 @@ It has one extra slot whose value is a list of script symbols. */); 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. -- cgit v1.2.1