comparison src/w32term.c @ 74571:e08f8d4c6dae

(syms_of_w32term) <x-use-underline-position-properties, x-underline-at-descent-line>: Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 10 Dec 2006 23:25:38 +0000
parents ae3e88b9ef1b
children 3d45362f1d38 17e0dd217877 6588c6259dfb
comparison
equal deleted inserted replaced
74570:3f35703291af 74571:e08f8d4c6dae
6514 /* We don't yet support this, but defining this here avoids whining 6514 /* We don't yet support this, but defining this here avoids whining
6515 from cus-start.el and other places, like "M-x set-variable". */ 6515 from cus-start.el and other places, like "M-x set-variable". */
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.
6519 nil means ignore them. If you encounter fonts with bogus 6519 A value of nil means ignore them. If you encounter fonts with bogus
6520 UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 6520 UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
6521 to 4.1, set this to nil. 6521 to 4.1, set this to nil.
6522 6522
6523 NOTE: Not supported on MS-Windows yet. */); 6523 NOTE: Not supported on MS-Windows yet. */);
6524 x_use_underline_position_properties = 0; 6524 x_use_underline_position_properties = 0;
6525 6525
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.
6529 nil means to draw the underline according to the value of the variable 6529 A 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 6530 variable `x-use-underline-position-properties', which is usually at the
6531 level. The default value is nil. */); 6531 baseline 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,
6535 doc: /* If not nil, Emacs uses toolkit scroll bars. */); 6535 doc: /* If not nil, Emacs uses toolkit scroll bars. */);
6536 Vx_toolkit_scroll_bars = Qt; 6536 Vx_toolkit_scroll_bars = Qt;