diff options
| -rw-r--r-- | lisp/international/fontset.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 80d305e2c08..643d9bad01c 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -518,11 +518,10 @@ with \"fontset\" in `<CHARSET_REGISTRY> field." | |||
| 518 | &optional style-variant noerror) | 518 | &optional style-variant noerror) |
| 519 | "Create a fontset from fontset specification string FONTSET-SPEC. | 519 | "Create a fontset from fontset specification string FONTSET-SPEC. |
| 520 | FONTSET-SPEC is a string of the format: | 520 | FONTSET-SPEC is a string of the format: |
| 521 | FONTSET-NAME,CHARSET-NAME0:FONT-NAME0,CHARSET-NAME1:FONT-NAME1, ... | 521 | FONTSET-NAME,CHARSET0:FONT0,CHARSET1:FONT1, ... |
| 522 | Any number of SPACE, TAB, and NEWLINE can be put before and after commas. | 522 | Any number of SPACE, TAB, and NEWLINE can be put before and after commas. |
| 523 | 523 | ||
| 524 | Optional 2nd argument is ignored. It exists just for backward | 524 | Optional 2nd arg exists just for backward compatibility, and is ignored. |
| 525 | compatibility. | ||
| 526 | 525 | ||
| 527 | If this function attempts to create already existing fontset, error is | 526 | If this function attempts to create already existing fontset, error is |
| 528 | signaled unless the optional 3rd argument NOERROR is non-nil. | 527 | signaled unless the optional 3rd argument NOERROR is non-nil. |