From cbc72326a8235a93db20f59fd8674e79d2f06bd7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 4 Sep 2010 14:21:48 -0400 Subject: [PATCH] * frames.texi (Layout Parameters): Add cindex entries (Bug#6929). --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/frames.texi | 13 +++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 399c07d13f5..39609104d0f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2010-09-04 Chong Yidong + + * frames.texi (Layout Parameters): Add cindex entries (Bug#6929). + 2010-08-22 Chong Yidong * modes.texi (Defining Minor Modes): Doc fix (Bug#6880). diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 7dfe3242c5d..12c8c94d782 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -623,6 +623,10 @@ covers the whole screen. @node Layout Parameters @subsubsection Layout Parameters +@cindex scroll bars, and frame parameters +@cindex fringes, and frame parameters +@cindex menu bars, and frame parameters +@cindex tool bars, and frame parameters These frame parameters enable or disable various parts of the frame, or control their sizes. @@ -639,13 +643,6 @@ Whether the frame has scroll bars for vertical scrolling, and which side of the frame they should be on. The possible values are @code{left}, @code{right}, and @code{nil} for no scroll bars. -@ignore -@item horizontal-scroll-bars -Whether the frame has scroll bars for horizontal scrolling -(non-@code{nil} means yes). Horizontal scroll bars are not currently -implemented. -@end ignore - @item scroll-bar-width The width of vertical scroll bars, in pixels, or @code{nil} meaning to use the default width. @@ -673,7 +670,7 @@ menu bar. @xref{Menu Bar}. (The X toolkit and GTK allow at most one menu bar line; they treat larger values as 1.) @item tool-bar-lines -The number of lines to use for the tool bar. A value of @code{nil} + The number of lines to use for the tool bar. A value of @code{nil} means don't display a tool bar. (GTK and Nextstep allow at most one tool bar line; they treat larger values as 1.) -- 2.39.2