aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorEli Zaretskii2018-02-21 06:20:58 +0200
committerEli Zaretskii2018-02-21 06:20:58 +0200
commitf0d6a16d744c133166cf203daf478e14d53e4e8c (patch)
tree8f685cb9b87bcb506a9988129025617394ef4a0d /src/w32term.c
parent69a8f45e15e8fcd73062e810886b0d0993442b06 (diff)
downloademacs-f0d6a16d744c133166cf203daf478e14d53e4e8c.tar.gz
emacs-f0d6a16d744c133166cf203daf478e14d53e4e8c.zip
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. */);
7401 DEFVAR_BOOL ("x-underline-at-descent-line", 7401 DEFVAR_BOOL ("x-underline-at-descent-line",
7402 x_underline_at_descent_line, 7402 x_underline_at_descent_line,
7403 doc: /* Non-nil means to draw the underline at the same place as the descent line. 7403 doc: /* Non-nil means to draw the underline at the same place as the descent line.
7404(If `line-spacing' is in effect, that moves the underline lower by
7405that many pixels.)
7404A value of nil means to draw the underline according to the value of the 7406A value of nil means to draw the underline according to the value of the
7405variable `x-use-underline-position-properties', which is usually at the 7407variable `x-use-underline-position-properties', which is usually at the
7406baseline level. The default value is nil. */); 7408baseline level. The default value is nil. */);