From 56d25ff57f9920eb431ad8c4d489375e6823533d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 9 Jul 1998 02:02:33 +0000 Subject: [PATCH] (x-complement-fontset-spec): Typo fixed. (create-fontset-from-fontset-spec): Likewise. (create-fontset-from-ascii-font): Likewise. --- lisp/international/fontset.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 035c0fb4953..a3056afc01e 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -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 `' fields of a new fontset name. If it is omitted, -- 2.39.5