diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xterm.c b/src/xterm.c index deae65d1d8a..2371058cd45 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -13242,10 +13242,9 @@ syms_of_xterm (void) | |||
| 13242 | x_use_underline_position_properties, | 13242 | x_use_underline_position_properties, |
| 13243 | doc: /* Non-nil means make use of UNDERLINE_POSITION font properties. | 13243 | doc: /* Non-nil means make use of UNDERLINE_POSITION font properties. |
| 13244 | A value of nil means ignore them. If you encounter fonts with bogus | 13244 | A value of nil means ignore them. If you encounter fonts with bogus |
| 13245 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior | 13245 | UNDERLINE_POSITION font properties, set this to nil. You can also use |
| 13246 | to 4.1, set this to nil. You can also use `underline-minimum-offset' | 13246 | `underline-minimum-offset' to override the font's UNDERLINE_POSITION for |
| 13247 | to override the font's UNDERLINE_POSITION for small font display | 13247 | small font display sizes. */); |
| 13248 | sizes. */); | ||
| 13249 | x_use_underline_position_properties = true; | 13248 | x_use_underline_position_properties = true; |
| 13250 | 13249 | ||
| 13251 | DEFVAR_BOOL ("x-underline-at-descent-line", | 13250 | DEFVAR_BOOL ("x-underline-at-descent-line", |