aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-10 23:25:38 +0000
committerJuanma Barranquero2006-12-10 23:25:38 +0000
commite1e4b63ba4b3109b73326746181f20a95acbad85 (patch)
tree8605b05900074bfd75c8a62630c34040bdacd6da /src
parent8f762db863af188d2413d5e74dd25728730552fd (diff)
downloademacs-e1e4b63ba4b3109b73326746181f20a95acbad85.tar.gz
emacs-e1e4b63ba4b3109b73326746181f20a95acbad85.zip
(syms_of_w32term) <x-use-underline-position-properties,
x-underline-at-descent-line>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 985d77570e4..9fffe10538c 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6516,7 +6516,7 @@ the cursor have no effect. */);
6516 DEFVAR_BOOL ("x-use-underline-position-properties", 6516 DEFVAR_BOOL ("x-use-underline-position-properties",
6517 &x_use_underline_position_properties, 6517 &x_use_underline_position_properties,
6518 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 6518 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
6519nil means ignore them. If you encounter fonts with bogus 6519A value of nil means ignore them. If you encounter fonts with bogus
6520UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 6520UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
6521to 4.1, set this to nil. 6521to 4.1, set this to nil.
6522 6522
@@ -6526,9 +6526,9 @@ NOTE: Not supported on MS-Windows yet. */);
6526 DEFVAR_BOOL ("x-underline-at-descent-line", 6526 DEFVAR_BOOL ("x-underline-at-descent-line",
6527 &x_underline_at_descent_line, 6527 &x_underline_at_descent_line,
6528 doc: /* *Non-nil means to draw the underline at the same place as the descent line. 6528 doc: /* *Non-nil means to draw the underline at the same place as the descent line.
6529nil means to draw the underline according to the value of the variable 6529A value of nil means to draw the underline according to the value of the
6530`x-use-underline-position-properties', which is usually at the baseline 6530variable `x-use-underline-position-properties', which is usually at the
6531level. The default value is nil. */); 6531baseline level. The default value is nil. */);
6532 x_underline_at_descent_line = 0; 6532 x_underline_at_descent_line = 0;
6533 6533
6534 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars, 6534 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars,