forked from Github/emacs
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).
(cherry picked from commit c05d186455)
This commit is contained in:
parent
925af7e0be
commit
0846f21b77
1 changed files with 1 additions and 1 deletions
|
|
@ -1259,7 +1259,7 @@ to map charsets to scripts.")
|
|||
&optional _style-variant _noerror)
|
||||
"Create a fontset from fontset specification string FONTSET-SPEC.
|
||||
FONTSET-SPEC is a string of the format:
|
||||
FONTSET-NAME,SCRIPT-NAME0:FONT-NAME0,SCRIPT-NAME1:FONT-NAME1, ...
|
||||
FONTSET-NAME[,SCRIPT-NAME0:FONT-NAME0,SCRIPT-NAME1:FONT-NAME1] ...
|
||||
Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
|
||||
|
||||
When a frame uses the fontset as the `font' parameter, the frame's
|
||||
|
|
|
|||
Loading…
Reference in a new issue