From: Jason Rumney Date: Sun, 22 Mar 2009 02:43:37 +0000 (+0000) Subject: (x-use-underline-position-properties): Doc fix. X-Git-Tag: emacs-pretest-23.0.92~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f995a76b88dd852dfce93199ee5a0f80913675d;p=emacs.git (x-use-underline-position-properties): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index d2f88a31fee..b859040faf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-03-22 Jason Rumney + + * w32term.c (syms_of_w32term): Doc fix for + x-use-underline-position-properties. + 2009-03-21 Eli Zaretskii * w32.c (getpwuid): Change argument type to unsigned. diff --git a/src/w32term.c b/src/w32term.c index e16f07f088c..bc76ac58d1a 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6459,9 +6459,7 @@ 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. - -NOTE: Not supported on MS-Windows yet. */); +to 4.1, set this to nil. */); x_use_underline_position_properties = 0; DEFVAR_BOOL ("x-underline-at-descent-line",