diff options
| author | Kenichi Handa | 1998-07-09 02:02:33 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-09 02:02:33 +0000 |
| commit | 56d25ff57f9920eb431ad8c4d489375e6823533d (patch) | |
| tree | 19fa0ad93b818cbb6df6967b622e92d8b0cf770d | |
| parent | e3ae549a3b330154d7fb91a2aff9262e700dfd34 (diff) | |
| download | emacs-56d25ff57f9920eb431ad8c4d489375e6823533d.tar.gz emacs-56d25ff57f9920eb431ad8c4d489375e6823533d.zip | |
(x-complement-fontset-spec): Typo fixed.
(create-fontset-from-fontset-spec): Likewise.
(create-fontset-from-ascii-font): Likewise.
| -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 035c0fb4953..a3056afc01e 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -317,7 +317,7 @@ automatically." | |||
| 317 | (register-alternate-fontnames fontname)))) | 317 | (register-alternate-fontnames fontname)))) |
| 318 | (setq charsets (cdr charsets))) | 318 | (setq charsets (cdr charsets))) |
| 319 | 319 | ||
| 320 | ;; Be sure that ASCII font is avairable. | 320 | ;; Be sure that ASCII font is available. |
| 321 | (let ((slot (or (assq 'ascii fontlist) (assq 'ascii new-fontlist))) | 321 | (let ((slot (or (assq 'ascii fontlist) (assq 'ascii new-fontlist))) |
| 322 | ascii-font) | 322 | ascii-font) |
| 323 | (if (setq ascii-font (condition-case nil | 323 | (if (setq ascii-font (condition-case nil |
| @@ -551,7 +551,7 @@ It returns a name of the created fontset." | |||
| 551 | 551 | ||
| 552 | Optional 1st arg RESOLVED-FONT is a resolved name of FONT. If | 552 | Optional 1st arg RESOLVED-FONT is a resolved name of FONT. If |
| 553 | omitted, x-resolve-font-name is called to get the resolved name. At | 553 | omitted, x-resolve-font-name is called to get the resolved name. At |
| 554 | this time, if FONT is not avairable, error is signaled. | 554 | this time, if FONT is not available, error is signaled. |
| 555 | 555 | ||
| 556 | Optional 2nd arg FONTSET-NAME is a string to be used in | 556 | Optional 2nd arg FONTSET-NAME is a string to be used in |
| 557 | `<CHARSET_ENCODING>' fields of a new fontset name. If it is omitted, | 557 | `<CHARSET_ENCODING>' fields of a new fontset name. If it is omitted, |