]> code.delx.au - gnu-emacs/commitdiff
Sync X and MS-Windows docs for x-use-underline-position-properties.
authorGlenn Morris <rgm@gnu.org>
Sun, 24 Oct 2010 01:22:37 +0000 (18:22 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 24 Oct 2010 01:22:37 +0000 (18:22 -0700)
* src/w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
Sync doc with the xterm.c version.

src/ChangeLog
src/w32term.c

index a0d7d47ce35f26649601986cce1ee09092582d0c..dc2c8be43e26c20e381b7bbf6528d51f0e2b48bc 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-24  Glenn Morris  <rgm@gnu.org>
 
+       * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
+       Sync doc with the xterm.c version.
+
        * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
        * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
 
index e9865ed7aee85d52510320b9ac72a802de44390a..7690f13799f3a9f546e3d9bba1c730c76acd7de9 100644 (file)
@@ -6337,7 +6337,9 @@ 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.  */);
+to 4.1, set this to nil.  You can also use `underline-minimum-offset'
+to override the font's UNDERLINE_POSITION for small font display
+sizes.  */);
   x_use_underline_position_properties = 0;
 
   DEFVAR_BOOL ("x-underline-at-descent-line",