summaryrefslogtreecommitdiff
path: root/src/w32term.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-02-21 06:20:58 +0200
committerEli Zaretskii <eliz@gnu.org>2018-02-21 06:20:58 +0200
commitf0d6a16d744c133166cf203daf478e14d53e4e8c (patch)
tree8f685cb9b87bcb506a9988129025617394ef4a0d /src/w32term.c
parent69a8f45e15e8fcd73062e810886b0d0993442b06 (diff)
downloademacs-f0d6a16d744c133166cf203daf478e14d53e4e8c.tar.gz
Fix documentation of 'x-underline-at-descent-line'
* doc/emacs/display.texi (Display Custom): * src/nsterm.m (syms_of_nsterm): * src/xterm.c (syms_of_xterm): * src/w32term.c (syms_of_w32term): Mention the effect of 'line-spacing' on the underline position. (Bug#30553)
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index ac29bbbbd46..611b7c66e7a 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -7401,6 +7401,8 @@ sizes. */);
DEFVAR_BOOL ("x-underline-at-descent-line",
x_underline_at_descent_line,
doc: /* Non-nil means to draw the underline at the same place as the descent line.
+(If `line-spacing' is in effect, that moves the underline lower by
+that many pixels.)
A value of nil means to draw the underline according to the value of the
variable `x-use-underline-position-properties', which is usually at the
baseline level. The default value is nil. */);