aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJason Rumney2009-03-22 02:43:37 +0000
committerJason Rumney2009-03-22 02:43:37 +0000
commit9f995a76b88dd852dfce93199ee5a0f80913675d (patch)
tree62b0f7ae566e4c7782d6f546005aa01fc09e73cf /src/w32term.c
parentf2f5669111c35e803435f0085a771cfac6d76702 (diff)
downloademacs-9f995a76b88dd852dfce93199ee5a0f80913675d.tar.gz
emacs-9f995a76b88dd852dfce93199ee5a0f80913675d.zip
(x-use-underline-position-properties): Doc fix.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 1 insertions, 3 deletions
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.
6460A value of nil means ignore them. If you encounter fonts with bogus 6460A value of nil means ignore them. If you encounter fonts with bogus
6461UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 6461UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
6462to 4.1, set this to nil. 6462to 4.1, set this to nil. */);
6463
6464NOTE: 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",