aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPavel Janík2001-12-20 19:01:00 +0000
committerPavel Janík2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /src/xterm.c
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
downloademacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz
emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip
Doc fix.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 51b94c9fb37..ccc54c7fb14 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -14871,7 +14871,7 @@ wide as that tab on the display. */);
14871 DEFVAR_BOOL ("x-use-underline-position-properties", 14871 DEFVAR_BOOL ("x-use-underline-position-properties",
14872 &x_use_underline_position_properties, 14872 &x_use_underline_position_properties,
14873 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 14873 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
14874Nil means ignore them. If you encounter fonts with bogus 14874nil means ignore them. If you encounter fonts with bogus
14875UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 14875UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
14876to 4.1, set this to nil. */); 14876to 4.1, set this to nil. */);
14877 x_use_underline_position_properties = 1; 14877 x_use_underline_position_properties = 1;