diff options
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index aaeccf3d7ef..6c90f62f33f 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -851,7 +851,7 @@ alternative fontnames are tried."); | |||
| 851 | "*Non-nil means highlight characters shown in wrong size fonts somehow.\n\ | 851 | "*Non-nil means highlight characters shown in wrong size fonts somehow.\n\ |
| 852 | The way to highlight them depends on window system on which Emacs runs.\n\ | 852 | The way to highlight them depends on window system on which Emacs runs.\n\ |
| 853 | On X window, a rectangle is shown around each such character."); | 853 | On X window, a rectangle is shown around each such character."); |
| 854 | Vhighlight_wrong_size_font = Qt; | 854 | Vhighlight_wrong_size_font = Qnil; |
| 855 | 855 | ||
| 856 | DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font, | 856 | DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font, |
| 857 | "*Non-nil means characters shown in large size fonts are clipped.\n\ | 857 | "*Non-nil means characters shown in large size fonts are clipped.\n\ |