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/w32term.c | |
| parent | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff) | |
| download | emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip | |
Doc fix.
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 19e51266dac..96b4821a815 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -11113,7 +11113,7 @@ wide as that tab on the display. */); | |||
| 11113 | DEFVAR_BOOL ("x-use-underline-position-properties", | 11113 | DEFVAR_BOOL ("x-use-underline-position-properties", |
| 11114 | &x_use_underline_position_properties, | 11114 | &x_use_underline_position_properties, |
| 11115 | doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. | 11115 | doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. |
| 11116 | Nil means ignore them. If you encounter fonts with bogus | 11116 | nil means ignore them. If you encounter fonts with bogus |
| 11117 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior | 11117 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior |
| 11118 | to 4.1, set this to nil. */); | 11118 | to 4.1, set this to nil. */); |
| 11119 | x_use_underline_position_properties = 1; | 11119 | x_use_underline_position_properties = 1; |