Mercurial > emacs
diff src/w32term.c @ 102688:f3f931ecb8d4
(x-use-underline-position-properties): Doc fix.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Sun, 22 Mar 2009 02:39:30 +0000 |
| parents | 5cd33b0be96f |
| children | 30ed0fca4cdd |
line wrap: on
line diff
--- a/src/w32term.c Sat Mar 21 18:55:47 2009 +0000 +++ b/src/w32term.c Sun Mar 22 02:39:30 2009 +0000 @@ -6459,9 +6459,7 @@ 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",
