diff options
| author | Kenichi Handa | 2009-02-05 06:20:26 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-02-05 06:20:26 +0000 |
| commit | f4427a54f1f42878f7e027a0ebe5ec3ba36acb4f (patch) | |
| tree | 0f43399a23619d03695e20cf7f18479a7124eebe /src | |
| parent | 3b36c17e9d67d74a8bc50e7a53a23da7d5f94e22 (diff) | |
| download | emacs-f4427a54f1f42878f7e027a0ebe5ec3ba36acb4f.tar.gz emacs-f4427a54f1f42878f7e027a0ebe5ec3ba36acb4f.zip | |
(Vscript_representative_chars): Docstring modified.
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.c | 3 |
1 files changed, 2 insertions, 1 deletions
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. */); | |||
| 1165 | 1165 | ||
| 1166 | DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars, | 1166 | DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars, |
| 1167 | doc: /* Alist of scripts vs the representative characters. | 1167 | doc: /* Alist of scripts vs the representative characters. |
| 1168 | Each element is a cons (SCRIPT . CHARS), where SCRIPT is a script name symbol, | 1168 | Each element is a cons (SCRIPT . CHARS). |
| 1169 | SCRIPT is a symbol representing a script or a subgroupd of a script. | ||
| 1169 | CHARS is a list or a vector of characters. | 1170 | CHARS is a list or a vector of characters. |
| 1170 | If it is a list, all characters in the list are necessary for supporting SCRIPT. | 1171 | If it is a list, all characters in the list are necessary for supporting SCRIPT. |
| 1171 | If it is a vector, one of the characters in the vector is necessary. | 1172 | If it is a vector, one of the characters in the vector is necessary. |