aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 16:15:46 +0200
committerLars Ingebrigtsen2016-04-30 16:15:46 +0200
commitc05d186455ce9907eeb6b21ea4227e453996c681 (patch)
treec66bef05ac174b4eee8bed4f9295ec35c4644360
parentc05716d3a26ea7518b89eacfccaf70c9d0731df7 (diff)
downloademacs-c05d186455ce9907eeb6b21ea4227e453996c681.tar.gz
emacs-c05d186455ce9907eeb6b21ea4227e453996c681.zip
Tiny doc clarification for create-fontset-from-fontset-spec
* lisp/international/fontset.el (create-fontset-from-fontset-spec): Clarify what the optional part is (bug#18686).
-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