Mercurial > emacs
changeset 18719:de8249499f33
(create-fontset-from-fontset-spec): Typo in doc-string fixed.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 10 Jul 1997 07:36:22 +0000 |
parents | 1fb4c75d4f1f |
children | fc6d08b9bbe2 |
files | lisp/international/fontset.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/fontset.el Thu Jul 10 07:09:50 1997 +0000 +++ b/lisp/international/fontset.el Thu Jul 10 07:36:22 1997 +0000 @@ -332,8 +332,8 @@ If optional argument STYLE is specified, create a fontset of STYLE by modifying FONTSET-SPEC appropriately. STYLE can be one of `bold', `italic', and `bold-italic'. -If this function attemps to create already existing fontset, error is -signaled unlress the optional 3rd argument NOERROR is non-nil." +If this function attempts to create already existing fontset, error is +signaled unless the optional 3rd argument NOERROR is non-nil." (if (not (string-match "^[^,]+" fontset-spec)) (error "Invalid fontset spec: %s" fontset-spec)) (let ((idx (match-end 0))