]> git.eshelyaron.com Git - emacs.git/commitdiff
(create-fontset-from-fontset-spec): Typo in doc-string fixed.
authorKenichi Handa <handa@m17n.org>
Thu, 10 Jul 1997 07:36:22 +0000 (07:36 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 10 Jul 1997 07:36:22 +0000 (07:36 +0000)
lisp/international/fontset.el

index 5b5bdc3207546db88920ec5c678571095c20fcb7..49604f9ab55cb8ba2adaf20c57cd497744696890 100644 (file)
@@ -332,8 +332,8 @@ Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
 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))