aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 29d4dd453cb..289bd6a8b71 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10848,7 +10848,7 @@ syms_of_xterm (void)
10848 10848
10849 DEFVAR_BOOL ("x-use-underline-position-properties", 10849 DEFVAR_BOOL ("x-use-underline-position-properties",
10850 x_use_underline_position_properties, 10850 x_use_underline_position_properties,
10851 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 10851 doc: /* Non-nil means make use of UNDERLINE_POSITION font properties.
10852A value of nil means ignore them. If you encounter fonts with bogus 10852A value of nil means ignore them. If you encounter fonts with bogus
10853UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 10853UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
10854to 4.1, set this to nil. You can also use `underline-minimum-offset' 10854to 4.1, set this to nil. You can also use `underline-minimum-offset'
@@ -10858,7 +10858,7 @@ sizes. */);
10858 10858
10859 DEFVAR_BOOL ("x-underline-at-descent-line", 10859 DEFVAR_BOOL ("x-underline-at-descent-line",
10860 x_underline_at_descent_line, 10860 x_underline_at_descent_line,
10861 doc: /* *Non-nil means to draw the underline at the same place as the descent line. 10861 doc: /* Non-nil means to draw the underline at the same place as the descent line.
10862A value of nil means to draw the underline according to the value of the 10862A value of nil means to draw the underline according to the value of the
10863variable `x-use-underline-position-properties', which is usually at the 10863variable `x-use-underline-position-properties', which is usually at the
10864baseline level. The default value is nil. */); 10864baseline level. The default value is nil. */);