From: Glenn Morris Date: Sun, 24 Oct 2010 01:22:37 +0000 (-0700) Subject: Sync X and MS-Windows docs for x-use-underline-position-properties. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea88388346b71bef26c5c8b405c2a936f918952e;p=emacs.git Sync X and MS-Windows docs for x-use-underline-position-properties. * src/w32term.c (syms_of_w32term) : Sync doc with the xterm.c version. --- diff --git a/src/ChangeLog b/src/ChangeLog index a0d7d47ce35..dc2c8be43e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-10-24 Glenn Morris + * w32term.c (syms_of_w32term) : + Sync doc with the xterm.c version. + * w32term.c (syms_of_w32term) : * xterm.c (syms_of_xterm) : Sync docs. diff --git a/src/w32term.c b/src/w32term.c index e9865ed7aee..7690f13799f 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -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",