(x-use-underline-position-properties): Doc fix.
This commit is contained in:
parent
f2f5669111
commit
9f995a76b8
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-03-22 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* w32term.c (syms_of_w32term): Doc fix for
|
||||
x-use-underline-position-properties.
|
||||
|
||||
2009-03-21 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32.c (getpwuid): Change argument type to unsigned.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue