From ea88388346b71bef26c5c8b405c2a936f918952e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 23 Oct 2010 18:22:37 -0700 Subject: [PATCH] Sync X and MS-Windows docs for x-use-underline-position-properties. * src/w32term.c (syms_of_w32term) : Sync doc with the xterm.c version. --- src/ChangeLog | 3 +++ src/w32term.c | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index a0d7d47ce35..dc2c8be43e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-10-24 Glenn Morris + * w32term.c (syms_of_w32term) : + Sync doc with the xterm.c version. + * w32term.c (syms_of_w32term) : * xterm.c (syms_of_xterm) : Sync docs. diff --git a/src/w32term.c b/src/w32term.c index e9865ed7aee..7690f13799f 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -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", -- 2.39.5