diff options
| author | Kenichi Handa | 1997-07-10 07:36:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-10 07:36:22 +0000 |
| commit | 883e21bd3328924db8fa86b3b48543a91656cfe1 (patch) | |
| tree | 82cb10a372e0fb75bd10b9026edd6bb98ce2635b | |
| parent | b83337746c80b17bfc1d42e3db548020fa5d01ba (diff) | |
| download | emacs-883e21bd3328924db8fa86b3b48543a91656cfe1.tar.gz emacs-883e21bd3328924db8fa86b3b48543a91656cfe1.zip | |
(create-fontset-from-fontset-spec): Typo in doc-string fixed.
| -rw-r--r-- | lisp/international/fontset.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 5b5bdc32075..49604f9ab55 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -332,8 +332,8 @@ Any number of SPACE, TAB, and NEWLINE can be put before and after commas. | |||
| 332 | If optional argument STYLE is specified, create a fontset of STYLE | 332 | If optional argument STYLE is specified, create a fontset of STYLE |
| 333 | by modifying FONTSET-SPEC appropriately. STYLE can be one of `bold', | 333 | by modifying FONTSET-SPEC appropriately. STYLE can be one of `bold', |
| 334 | `italic', and `bold-italic'. | 334 | `italic', and `bold-italic'. |
| 335 | If this function attemps to create already existing fontset, error is | 335 | If this function attempts to create already existing fontset, error is |
| 336 | signaled unlress the optional 3rd argument NOERROR is non-nil." | 336 | signaled unless the optional 3rd argument NOERROR is non-nil." |
| 337 | (if (not (string-match "^[^,]+" fontset-spec)) | 337 | (if (not (string-match "^[^,]+" fontset-spec)) |
| 338 | (error "Invalid fontset spec: %s" fontset-spec)) | 338 | (error "Invalid fontset spec: %s" fontset-spec)) |
| 339 | (let ((idx (match-end 0)) | 339 | (let ((idx (match-end 0)) |