aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 5fc92feb130..f1a3e597409 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1411,9 +1411,11 @@ Modify fontset NAME to use FONT-SPEC for TARGET characters.
1411NAME is a fontset name string, nil for the fontset of FRAME, or t for 1411NAME is a fontset name string, nil for the fontset of FRAME, or t for
1412the default fontset. 1412the default fontset.
1413 1413
1414TARGET may be a cons; (FROM . TO), where FROM and TO are characters. 1414TARGET may be a single character to use FONT-SPEC for.
1415In that case, use FONT-SPEC for all characters in the range FROM and 1415
1416TO (inclusive). 1416Target may be a cons (FROM . TO), where FROM and TO are characters.
1417In that case, use FONT-SPEC for all characters in the range FROM
1418and TO (inclusive).
1417 1419
1418TARGET may be a script name symbol. In that case, use FONT-SPEC for 1420TARGET may be a script name symbol. In that case, use FONT-SPEC for
1419all characters that belong to the script. 1421all characters that belong to the script.