From: Dave Love Date: Mon, 4 Sep 2000 14:00:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1805 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d817b836182273ee77bbd79010676ebb204efe4;p=emacs.git *** empty log message *** --- diff --git a/lispref/frames.texi b/lispref/frames.texi index 35dfb6dd312..2da21e859a6 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -520,6 +520,7 @@ toolkit, there is only one menu bar line; all that matters about the number you specify is whether it is greater than zero.) @item screen-gamma +@cindex gamma correction If this is a number, Emacs performs ``gamma correction'' on colors. The value should be the screen gamma of your display, a floating point number. Usual PC monitors have a screen gamma of 2.2, so the default is @@ -532,6 +533,9 @@ LCD color displays. The number of lines to use for the toolbar. A value of @code{nil} means don't display a tool bar. +@item line-spacing +Additional space put below text lines in pixels (a positive integer). + @ignore @item parent-id @c ??? Not yet working.