aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m2
-rw-r--r--src/w32term.c2
-rw-r--r--src/xterm.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 51a53828b5b..3d58cd5ec64 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -9381,6 +9381,8 @@ to 4.1, set this to nil. */);
9381 DEFVAR_BOOL ("x-underline-at-descent-line", 9381 DEFVAR_BOOL ("x-underline-at-descent-line",
9382 x_underline_at_descent_line, 9382 x_underline_at_descent_line,
9383 doc: /* Non-nil means to draw the underline at the same place as the descent line. 9383 doc: /* Non-nil means to draw the underline at the same place as the descent line.
9384(If `line-spacing' is in effect, that moves the underline lower by
9385that many pixels.)
9384A value of nil means to draw the underline according to the value of the 9386A value of nil means to draw the underline according to the value of the
9385variable `x-use-underline-position-properties', which is usually at the 9387variable `x-use-underline-position-properties', which is usually at the
9386baseline level. The default value is nil. */); 9388baseline level. The default value is nil. */);
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. */);
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. */);