Mercurial > emacs
changeset 111132:dd114432ab01
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.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 23 Oct 2010 18:22:37 -0700 |
parents | e530bc6df030 |
children | d9b0552c39a6 |
files | src/ChangeLog src/w32term.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Oct 23 18:15:43 2010 -0700 +++ b/src/ChangeLog Sat Oct 23 18:22:37 2010 -0700 @@ -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.
--- a/src/w32term.c Sat Oct 23 18:15:43 2010 -0700 +++ b/src/w32term.c Sat Oct 23 18:22:37 2010 -0700 @@ -6337,7 +6337,9 @@ 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",