changeset 72526:888592049333

(Display Custom): Add variables overline-margin and x-underline-at-descent-line.
author Kim F. Storm <storm@cua.dk>
date Fri, 25 Aug 2006 22:01:34 +0000
parents 0efa7806a3b9
children 9d3a9b609c04
files man/display.texi
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/display.texi	Fri Aug 25 22:01:04 2006 +0000
+++ b/man/display.texi	Fri Aug 25 22:01:34 2006 +0000
@@ -1215,6 +1215,17 @@
 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