diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 2371058cd45..0d25c7f1a26 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -13250,6 +13250,8 @@ small font display sizes. */); | |||
| 13250 | DEFVAR_BOOL ("x-underline-at-descent-line", | 13250 | DEFVAR_BOOL ("x-underline-at-descent-line", |
| 13251 | x_underline_at_descent_line, | 13251 | x_underline_at_descent_line, |
| 13252 | doc: /* Non-nil means to draw the underline at the same place as the descent line. | 13252 | doc: /* Non-nil means to draw the underline at the same place as the descent line. |
| 13253 | (If `line-spacing' is in effect, that moves the underline lower by | ||
| 13254 | that many pixels.) | ||
| 13253 | A value of nil means to draw the underline according to the value of the | 13255 | A value of nil means to draw the underline according to the value of the |
| 13254 | variable `x-use-underline-position-properties', which is usually at the | 13256 | variable `x-use-underline-position-properties', which is usually at the |
| 13255 | baseline level. The default value is nil. */); | 13257 | baseline level. The default value is nil. */); |