# HG changeset patch # User Chong Yidong # Date 1283624508 14400 # Node ID 8084d216adf56d771e077009eeb3f1a20466d34c # Parent 6f57977b6f9ef4864b2517f1c91045c0a4b4d63a * frames.texi (Layout Parameters): Add cindex entries (Bug#6929). diff -r 6f57977b6f9e -r 8084d216adf5 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Thu Sep 02 13:47:15 2010 +0200 +++ b/doc/lispref/ChangeLog Sat Sep 04 14:21:48 2010 -0400 @@ -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 -r 6f57977b6f9e -r 8084d216adf5 doc/lispref/frames.texi --- a/doc/lispref/frames.texi Thu Sep 02 13:47:15 2010 +0200 +++ b/doc/lispref/frames.texi Sat Sep 04 14:21:48 2010 -0400 @@ -623,6 +623,10 @@ @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 @@ 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 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.)