diff options
| -rw-r--r-- | lisp/international/fontset.el | 2 |
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. |
| 1261 | FONTSET-SPEC is a string of the format: | 1261 | FONTSET-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] ... |
| 1263 | Any number of SPACE, TAB, and NEWLINE can be put before and after commas. | 1263 | Any number of SPACE, TAB, and NEWLINE can be put before and after commas. |
| 1264 | 1264 | ||
| 1265 | When a frame uses the fontset as the `font' parameter, the frame's | 1265 | When a frame uses the fontset as the `font' parameter, the frame's |