aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2001-03-13 08:14:35 +0000
committerKenichi Handa2001-03-13 08:14:35 +0000
commite521c67d55d63b311602cf9e360341940388d95f (patch)
tree59c3943dbdacd73e151c682b6cfb477f888b5894 /src
parentcb82d7672886cca0e6bb199c4fa40c6de05bbfa9 (diff)
downloademacs-e521c67d55d63b311602cf9e360341940388d95f.tar.gz
emacs-e521c67d55d63b311602cf9e360341940388d95f.zip
(syms_of_fontset): Describe highlight-wrong-size-font
and clip-large-size-font as obsolete.
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c14
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.");
1463 Qnil); 1463 Qnil);
1464 1464
1465 DEFVAR_LISP ("highlight-wrong-size-font", &Vhighlight_wrong_size_font, 1465 DEFVAR_LISP ("highlight-wrong-size-font", &Vhighlight_wrong_size_font,
1466 "*Non-nil means highlight characters shown in wrong size fonts somehow.\n\ 1466 "*This variable is obsolete.");
1467The way to highlight them depends on window system on which Emacs runs.\n\
1468On X11, a rectangle is shown around each such character.");
1469 Vhighlight_wrong_size_font = Qnil; 1467 Vhighlight_wrong_size_font = Qnil;
1470 1468
1471 DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font, 1469 DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font,
1472 "*Non-nil means characters shown in overlarge fonts are clipped.\n\ 1470 "*This variable is obsolete.");
1473The height of clipping area is the same as that of an ASCII character.\n\
1474The width of the area is the same as that of an ASCII character,\n\
1475or twice as wide, depending on the character set's column-width.\n\
1476\n\
1477If the only font you have for a specific character set is too large,\n\
1478and clipping these characters makes them hard to read,\n\
1479you can set this variable to nil to display the characters without clipping.\n\
1480The drawback is that you will get some garbage left on your screen.");
1481 Vclip_large_size_font = Qt; 1471 Vclip_large_size_font = Qt;
1482 1472
1483 DEFVAR_LISP ("vertical-centering-font-regexp", 1473 DEFVAR_LISP ("vertical-centering-font-regexp",