From: Kim F. Storm Date: Fri, 25 Aug 2006 22:01:34 +0000 (+0000) Subject: (Display Custom): Add variables overline-margin X-Git-Tag: emacs-pretest-22.0.90~878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0304d18be9b1f2711c31fdb9f1b6a5e8c8af84e6;p=emacs.git (Display Custom): Add variables overline-margin and x-underline-at-descent-line. --- 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 assume, when resumed, that the screen page it is using still contains what Emacs last wrote there. +@vindex overline-margin + On graphical display, this variables specifies the number of pixes +the overline is shown above the text. The value includes the height of +the overline itself (1 pixel). The default value is 2 pixels. + +@vindex x-underline-at-descent-line + On graphical display, the underline is normally drawn at the +baseline level of the font. If @code{x-underline-at-descent-line} is +non-@code{nil}, the underline is drawn at the same position as the +font's decent line. + @ignore arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4 @end ignore