aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1997-08-22 01:19:27 +0000
committerKenichi Handa <[email protected]>1997-08-22 01:19:27 +0000
commit01d4b8170087757f73bac8df4b4969ffa801f033 (patch)
tree46ab7ae719a721a65f9a9557ea64b9654a1ad3fc /src/fontset.c
parent015e1bb0daf6f28d6a28e8b13d8a1147050f3c5b (diff)
(Valternate_fontname_alist): Name changed from
Valternative_fontname_alist. (syms_of_fontset): Adjusted for the above change.
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 35391e5a5c..e166d59641 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -33,7 +33,7 @@ Lisp_Object Vglobal_fontset_alist;
Lisp_Object Vfont_encoding_alist;
Lisp_Object Vuse_default_ascent;
Lisp_Object Vignore_relative_composition;
-Lisp_Object Valternative_fontname_alist;
+Lisp_Object Valternate_fontname_alist;
Lisp_Object Vfontset_alias_alist;
Lisp_Object Vhighlight_wrong_size_font;
Lisp_Object Vclip_large_size_font;
@@ -849,11 +849,11 @@ the glyph of that character is put without considering\n\
an ascent and descent value of a previous character.");
Vuse_default_ascent = Qnil;
- DEFVAR_LISP ("alternative-fontname-alist", &Valternative_fontname_alist,
- "Alist of fontname vs list of the alternative fontnames.\n\
+ DEFVAR_LISP ("alternate-fontname-alist", &Valternate_fontname_alist,
+ "Alist of fontname vs list of the alternate fontnames.\n\
When a specified font name is not found, the corresponding\n\
-alternative fontnames (if any) are tried instead.");
- Valternative_fontname_alist = Qnil;
+alternate fontnames (if any) are tried instead.");
+ Valternate_fontname_alist = Qnil;
DEFVAR_LISP ("fontset-alias-alist", &Vfontset_alias_alist,
"Alist of fontset names vs the aliases.");