Mercurial > emacs
comparison src/xterm.c @ 42206:0f4506820432
Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 20 Dec 2001 19:01:00 +0000 |
parents | ca8e9acfffca |
children | 0f5f05b4b9c0 |
comparison
equal
deleted
inserted
replaced
42205:7308bbc423d5 | 42206:0f4506820432 |
---|---|
14869 x_stretch_cursor_p = 0; | 14869 x_stretch_cursor_p = 0; |
14870 | 14870 |
14871 DEFVAR_BOOL ("x-use-underline-position-properties", | 14871 DEFVAR_BOOL ("x-use-underline-position-properties", |
14872 &x_use_underline_position_properties, | 14872 &x_use_underline_position_properties, |
14873 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. | 14873 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. |
14874 Nil means ignore them. If you encounter fonts with bogus | 14874 nil means ignore them. If you encounter fonts with bogus |
14875 UNDERLINE_POSITION font properties, for example 7x13 on XFree prior | 14875 UNDERLINE_POSITION font properties, for example 7x13 on XFree prior |
14876 to 4.1, set this to nil. */); | 14876 to 4.1, set this to nil. */); |
14877 x_use_underline_position_properties = 1; | 14877 x_use_underline_position_properties = 1; |
14878 | 14878 |
14879 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars, | 14879 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars, |