diff options
| author | Kenichi Handa | 1997-08-22 01:19:27 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-22 01:19:27 +0000 |
| commit | 01d4b8170087757f73bac8df4b4969ffa801f033 (patch) | |
| tree | 46ab7ae719a721a65f9a9557ea64b9654a1ad3fc /src/fontset.c | |
| parent | 015e1bb0daf6f28d6a28e8b13d8a1147050f3c5b (diff) | |
| download | emacs-01d4b8170087757f73bac8df4b4969ffa801f033.tar.gz emacs-01d4b8170087757f73bac8df4b4969ffa801f033.zip | |
(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.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fontset.c b/src/fontset.c index 35391e5a5c4..e166d596415 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -33,7 +33,7 @@ Lisp_Object Vglobal_fontset_alist; | |||
| 33 | Lisp_Object Vfont_encoding_alist; | 33 | Lisp_Object Vfont_encoding_alist; |
| 34 | Lisp_Object Vuse_default_ascent; | 34 | Lisp_Object Vuse_default_ascent; |
| 35 | Lisp_Object Vignore_relative_composition; | 35 | Lisp_Object Vignore_relative_composition; |
| 36 | Lisp_Object Valternative_fontname_alist; | 36 | Lisp_Object Valternate_fontname_alist; |
| 37 | Lisp_Object Vfontset_alias_alist; | 37 | Lisp_Object Vfontset_alias_alist; |
| 38 | Lisp_Object Vhighlight_wrong_size_font; | 38 | Lisp_Object Vhighlight_wrong_size_font; |
| 39 | Lisp_Object Vclip_large_size_font; | 39 | Lisp_Object Vclip_large_size_font; |
| @@ -849,11 +849,11 @@ the glyph of that character is put without considering\n\ | |||
| 849 | an ascent and descent value of a previous character."); | 849 | an ascent and descent value of a previous character."); |
| 850 | Vuse_default_ascent = Qnil; | 850 | Vuse_default_ascent = Qnil; |
| 851 | 851 | ||
| 852 | DEFVAR_LISP ("alternative-fontname-alist", &Valternative_fontname_alist, | 852 | DEFVAR_LISP ("alternate-fontname-alist", &Valternate_fontname_alist, |
| 853 | "Alist of fontname vs list of the alternative fontnames.\n\ | 853 | "Alist of fontname vs list of the alternate fontnames.\n\ |
| 854 | When a specified font name is not found, the corresponding\n\ | 854 | When a specified font name is not found, the corresponding\n\ |
| 855 | alternative fontnames (if any) are tried instead."); | 855 | alternate fontnames (if any) are tried instead."); |
| 856 | Valternative_fontname_alist = Qnil; | 856 | Valternate_fontname_alist = Qnil; |
| 857 | 857 | ||
| 858 | DEFVAR_LISP ("fontset-alias-alist", &Vfontset_alias_alist, | 858 | DEFVAR_LISP ("fontset-alias-alist", &Vfontset_alias_alist, |
| 859 | "Alist of fontset names vs the aliases."); | 859 | "Alist of fontset names vs the aliases."); |