diff options
| author | Kim F. Storm | 2006-08-25 22:01:34 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-08-25 22:01:34 +0000 |
| commit | 0304d18be9b1f2711c31fdb9f1b6a5e8c8af84e6 (patch) | |
| tree | 09222a55db9dbd4869e89fc3d57fab9ffa11a3f6 | |
| parent | f8a7bf170c03a3a97f558fa8569e7d15c7af9a20 (diff) | |
| download | emacs-0304d18be9b1f2711c31fdb9f1b6a5e8c8af84e6.tar.gz emacs-0304d18be9b1f2711c31fdb9f1b6a5e8c8af84e6.zip | |
(Display Custom): Add variables overline-margin
and x-underline-at-descent-line.
| -rw-r--r-- | man/display.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index 57276ac7557..2a0abd4bef6 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -1215,6 +1215,17 @@ page for other output. On such terminals, you might want to set the variable | |||
| 1215 | assume, when resumed, that the screen page it is using still contains | 1215 | assume, when resumed, that the screen page it is using still contains |
| 1216 | what Emacs last wrote there. | 1216 | what Emacs last wrote there. |
| 1217 | 1217 | ||
| 1218 | @vindex overline-margin | ||
| 1219 | On graphical display, this variables specifies the number of pixes | ||
| 1220 | the overline is shown above the text. The value includes the height of | ||
| 1221 | the overline itself (1 pixel). The default value is 2 pixels. | ||
| 1222 | |||
| 1223 | @vindex x-underline-at-descent-line | ||
| 1224 | On graphical display, the underline is normally drawn at the | ||
| 1225 | baseline level of the font. If @code{x-underline-at-descent-line} is | ||
| 1226 | non-@code{nil}, the underline is drawn at the same position as the | ||
| 1227 | font's decent line. | ||
| 1228 | |||
| 1218 | @ignore | 1229 | @ignore |
| 1219 | arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4 | 1230 | arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4 |
| 1220 | @end ignore | 1231 | @end ignore |