1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

Sync X and MS-Windows docs for x-use-underline-position-properties.

* src/w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
Sync doc with the xterm.c version.
This commit is contained in:
Glenn Morris 2010-10-23 18:22:37 -07:00
parent 65807d7334
commit ea88388346
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2010-10-24 Glenn Morris <rgm@gnu.org>
* w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
Sync doc with the xterm.c version.
* w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
* xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.

View File

@ -6337,7 +6337,9 @@ the cursor have no effect. */);
doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
A value of nil means ignore them. If you encounter fonts with bogus
UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
to 4.1, set this to nil. */);
to 4.1, set this to nil. You can also use `underline-minimum-offset'
to override the font's UNDERLINE_POSITION for small font display
sizes. */);
x_use_underline_position_properties = 0;
DEFVAR_BOOL ("x-underline-at-descent-line",