diff options
author | Kenichi Handa <handa@m17n.org> | 2001-03-13 08:14:35 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2001-03-13 08:14:35 +0000 |
commit | 6b644f9a83755a6938053b021d127db794cdda17 (patch) | |
tree | 9f8242f3ef9cd656027f65b835bc83b7f7a89e2d /src/fontset.c | |
parent | deb72e95569ad76172efe192d758961accfdb861 (diff) | |
download | emacs-6b644f9a83755a6938053b021d127db794cdda17.tar.gz |
(syms_of_fontset): Describe highlight-wrong-size-font
and clip-large-size-font as obsolete.
Diffstat (limited to 'src/fontset.c')
-rw-r--r-- | src/fontset.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/fontset.c b/src/fontset.c index 5797c8d3dfa..00ae161baa2 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -1463,21 +1463,11 @@ alternate fontnames (if any) are tried instead."); Qnil); DEFVAR_LISP ("highlight-wrong-size-font", &Vhighlight_wrong_size_font, - "*Non-nil means highlight characters shown in wrong size fonts somehow.\n\ -The way to highlight them depends on window system on which Emacs runs.\n\ -On X11, a rectangle is shown around each such character."); + "*This variable is obsolete."); Vhighlight_wrong_size_font = Qnil; DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font, - "*Non-nil means characters shown in overlarge fonts are clipped.\n\ -The height of clipping area is the same as that of an ASCII character.\n\ -The width of the area is the same as that of an ASCII character,\n\ -or twice as wide, depending on the character set's column-width.\n\ -\n\ -If the only font you have for a specific character set is too large,\n\ -and clipping these characters makes them hard to read,\n\ -you can set this variable to nil to display the characters without clipping.\n\ -The drawback is that you will get some garbage left on your screen."); + "*This variable is obsolete."); Vclip_large_size_font = Qt; DEFVAR_LISP ("vertical-centering-font-regexp", |