]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-complement-fontset-spec): Typo fixed.
authorKenichi Handa <handa@m17n.org>
Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)
(create-fontset-from-fontset-spec): Likewise.
(create-fontset-from-ascii-font): Likewise.

lisp/international/fontset.el

index 035c0fb495365ad3c413fa606991985eb8e4cd6b..a3056afc01e786120c02fc99405362b44a793fab 100644 (file)
@@ -317,7 +317,7 @@ automatically."
            (register-alternate-fontnames fontname))))
       (setq charsets (cdr charsets)))
 
-    ;; Be sure that ASCII font is avairable.
+    ;; Be sure that ASCII font is available.
     (let ((slot (or (assq 'ascii fontlist) (assq 'ascii new-fontlist)))
          ascii-font)
       (if (setq ascii-font (condition-case nil
@@ -551,7 +551,7 @@ It returns a name of the created fontset."
 
 Optional 1st arg RESOLVED-FONT is a resolved name of FONT.  If
 omitted, x-resolve-font-name is called to get the resolved name.  At
-this time, if FONT is not avairable, error is signaled.
+this time, if FONT is not available, error is signaled.
 
 Optional 2nd arg FONTSET-NAME is a string to be used in
 `<CHARSET_ENCODING>' fields of a new fontset name.  If it is omitted,