diff options
| author | Juanma Barranquero | 2006-11-25 18:58:23 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-25 18:58:23 +0000 |
| commit | fd40398d9878e128ceb677f6bb2e39eab68e34a2 (patch) | |
| tree | 3a5f7aa8a97b9f5c348a497db2df2f28964e8e2b | |
| parent | dda43d846f1bf0d8a66610ba4d40613ff62c9679 (diff) | |
| download | emacs-fd40398d9878e128ceb677f6bb2e39eab68e34a2.tar.gz emacs-fd40398d9878e128ceb677f6bb2e39eab68e34a2.zip | |
(create-fontset-from-fontset-spec): Doc fix.
| -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. |