From: Pavel Janík Date: Sun, 13 Jan 2002 09:56:13 +0000 (+0000) Subject: Fix typos. X-Git-Tag: ttn-vms-21-2-B4~17180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86886bce27fa394fb311e1f47bb4f799e001cf8b;p=emacs.git Fix typos. --- diff --git a/lisp/faces.el b/lisp/faces.el index 1ceaf264285..a2b8a3177f0 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -66,7 +66,7 @@ a font height that isn't optimal." '(("courier" "fixed") ("helv" "helvetica" "arial" "fixed")) "*Alist of alternative font family names. -Each element has the the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...). +Each element has the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...). If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then ALTERNATIVE2 etc." :tag "Alternative font families to try." @@ -89,7 +89,7 @@ ALTERNATIVE2 etc." ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987") ("muletibetan-2" "muletibetan-0"))) "*Alist of alternative font registry names. -Each element has the the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...). +Each element has the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...). If fonts of registry REGISTRY can be loaded, font selection tries to find a best matching font among all fonts of registry REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."