diff options
Diffstat (limited to 'src')
| -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."); |