aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-13 09:56:13 +0000
committerPavel Janík2002-01-13 09:56:13 +0000
commit86886bce27fa394fb311e1f47bb4f799e001cf8b (patch)
treee0cb59ab470c116a51140a340c4f71ec5acd0644
parent246e8695915819eeab400c5b80104e5049dec358 (diff)
downloademacs-86886bce27fa394fb311e1f47bb4f799e001cf8b.tar.gz
emacs-86886bce27fa394fb311e1f47bb4f799e001cf8b.zip
Fix typos.
-rw-r--r--lisp/faces.el4
1 files changed, 2 insertions, 2 deletions
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."
66 '(("courier" "fixed") 66 '(("courier" "fixed")
67 ("helv" "helvetica" "arial" "fixed")) 67 ("helv" "helvetica" "arial" "fixed"))
68 "*Alist of alternative font family names. 68 "*Alist of alternative font family names.
69Each element has the the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...). 69Each element has the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...).
70If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then 70If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then
71ALTERNATIVE2 etc." 71ALTERNATIVE2 etc."
72 :tag "Alternative font families to try." 72 :tag "Alternative font families to try."
@@ -89,7 +89,7 @@ ALTERNATIVE2 etc."
89 ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987") 89 ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
90 ("muletibetan-2" "muletibetan-0"))) 90 ("muletibetan-2" "muletibetan-0")))
91 "*Alist of alternative font registry names. 91 "*Alist of alternative font registry names.
92Each element has the the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...). 92Each element has the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...).
93If fonts of registry REGISTRY can be loaded, font selection 93If fonts of registry REGISTRY can be loaded, font selection
94tries to find a best matching font among all fonts of registry 94tries to find a best matching font among all fonts of registry
95REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc." 95REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."