aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index b10664dda97..c5163aa990a 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -13260,6 +13260,8 @@ sizes. */);
13260 DEFVAR_BOOL ("x-underline-at-descent-line", 13260 DEFVAR_BOOL ("x-underline-at-descent-line",
13261 x_underline_at_descent_line, 13261 x_underline_at_descent_line,
13262 doc: /* Non-nil means to draw the underline at the same place as the descent line. 13262 doc: /* Non-nil means to draw the underline at the same place as the descent line.
13263(If `line-spacing' is in effect, that moves the underline lower by
13264that many pixels.)
13263A value of nil means to draw the underline according to the value of the 13265A value of nil means to draw the underline according to the value of the
13264variable `x-use-underline-position-properties', which is usually at the 13266variable `x-use-underline-position-properties', which is usually at the
13265baseline level. The default value is nil. */); 13267baseline level. The default value is nil. */);