diff options
| author | Jason Rumney | 2009-03-22 02:43:37 +0000 |
|---|---|---|
| committer | Jason Rumney | 2009-03-22 02:43:37 +0000 |
| commit | 9f995a76b88dd852dfce93199ee5a0f80913675d (patch) | |
| tree | 62b0f7ae566e4c7782d6f546005aa01fc09e73cf /src | |
| parent | f2f5669111c35e803435f0085a771cfac6d76702 (diff) | |
| download | emacs-9f995a76b88dd852dfce93199ee5a0f80913675d.tar.gz emacs-9f995a76b88dd852dfce93199ee5a0f80913675d.zip | |
(x-use-underline-position-properties): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/w32term.c | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d2f88a31fee..b859040faf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-03-22 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (syms_of_w32term): Doc fix for | ||
| 4 | x-use-underline-position-properties. | ||
| 5 | |||
| 1 | 2009-03-21 Eli Zaretskii <eliz@gnu.org> | 6 | 2009-03-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * w32.c (getpwuid): Change argument type to unsigned. | 8 | * 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. */); | |||
| 6459 | doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. | 6459 | doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. |
| 6460 | A value of nil means ignore them. If you encounter fonts with bogus | 6460 | A value of nil means ignore them. If you encounter fonts with bogus |
| 6461 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior | 6461 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior |
| 6462 | to 4.1, set this to nil. | 6462 | to 4.1, set this to nil. */); |
| 6463 | |||
| 6464 | NOTE: Not supported on MS-Windows yet. */); | ||
| 6465 | x_use_underline_position_properties = 0; | 6463 | x_use_underline_position_properties = 0; |
| 6466 | 6464 | ||
| 6467 | DEFVAR_BOOL ("x-underline-at-descent-line", | 6465 | DEFVAR_BOOL ("x-underline-at-descent-line", |