aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/fontset.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 90905a2ade9..612c0a08ad7 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -1259,7 +1259,7 @@ to map charsets to scripts.")
1259 &optional _style-variant _noerror) 1259 &optional _style-variant _noerror)
1260 "Create a fontset from fontset specification string FONTSET-SPEC. 1260 "Create a fontset from fontset specification string FONTSET-SPEC.
1261FONTSET-SPEC is a string of the format: 1261FONTSET-SPEC is a string of the format:
1262 FONTSET-NAME,SCRIPT-NAME0:FONT-NAME0,SCRIPT-NAME1:FONT-NAME1, ... 1262 FONTSET-NAME[,SCRIPT-NAME0:FONT-NAME0,SCRIPT-NAME1:FONT-NAME1] ...
1263Any number of SPACE, TAB, and NEWLINE can be put before and after commas. 1263Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
1264 1264
1265When a frame uses the fontset as the `font' parameter, the frame's 1265When a frame uses the fontset as the `font' parameter, the frame's