diff options
| author | Pavel Janík | 2001-12-20 19:01:00 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-20 19:01:00 +0000 |
| commit | f0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch) | |
| tree | 158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /src/xterm.c | |
| parent | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff) | |
| download | emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip | |
Doc fix.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
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. |
| 14874 | Nil means ignore them. If you encounter fonts with bogus | 14874 | nil means ignore them. If you encounter fonts with bogus |
| 14875 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior | 14875 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior |
| 14876 | to 4.1, set this to nil. */); | 14876 | to 4.1, set this to nil. */); |
| 14877 | x_use_underline_position_properties = 1; | 14877 | x_use_underline_position_properties = 1; |