aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 777e0aaca9b..d3ebea58a46 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1218,10 +1218,8 @@ range FROM and TO (inclusive).
1218CHARACTER may be a script name symbol. In that case, use FONT-SPEC 1218CHARACTER may be a script name symbol. In that case, use FONT-SPEC
1219for all characters that belong to the script. 1219for all characters that belong to the script.
1220 1220
1221CHARACTER may be a charset which has a :code-offset attribute and the 1221CHARACTER may be a charset. In that case, use FONT-SPEC for all
1222attribute value is greater than the maximum Unicode character 1222characters in the charset.
1223\(#x10FFFF). In that case, use FONT-SPEC for all characters in the
1224charset.
1225 1223
1226FONT-SPEC may be: 1224FONT-SPEC may be:
1227 * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ]. 1225 * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ].