aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/fontset.el5
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.
520FONTSET-SPEC is a string of the format: 520FONTSET-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, ...
522Any number of SPACE, TAB, and NEWLINE can be put before and after commas. 522Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
523 523
524Optional 2nd argument is ignored. It exists just for backward 524Optional 2nd arg exists just for backward compatibility, and is ignored.
525compatibility.
526 525
527If this function attempts to create already existing fontset, error is 526If this function attempts to create already existing fontset, error is
528signaled unless the optional 3rd argument NOERROR is non-nil. 527signaled unless the optional 3rd argument NOERROR is non-nil.