aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-09-04 14:36:24 -0400
committerChong Yidong2010-09-04 14:36:24 -0400
commit86bbbedfeb9847d46f81c2dede8030b3f9136bbd (patch)
treea3cdc577d638e10908eba0f5fc4086cf30305185
parentcbc72326a8235a93db20f59fd8674e79d2f06bd7 (diff)
downloademacs-86bbbedfeb9847d46f81c2dede8030b3f9136bbd.tar.gz
emacs-86bbbedfeb9847d46f81c2dede8030b3f9136bbd.zip
Revert last change.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/frames.texi13
2 files changed, 8 insertions, 9 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 39609104d0f..399c07d13f5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,7 +1,3 @@
12010-09-04 Chong Yidong <cyd@stupidchicken.com>
2
3 * frames.texi (Layout Parameters): Add cindex entries (Bug#6929).
4
52010-08-22 Chong Yidong <cyd@stupidchicken.com> 12010-08-22 Chong Yidong <cyd@stupidchicken.com>
6 2
7 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880). 3 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 12c8c94d782..7dfe3242c5d 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -623,10 +623,6 @@ covers the whole screen.
623 623
624@node Layout Parameters 624@node Layout Parameters
625@subsubsection Layout Parameters 625@subsubsection Layout Parameters
626@cindex scroll bars, and frame parameters
627@cindex fringes, and frame parameters
628@cindex menu bars, and frame parameters
629@cindex tool bars, and frame parameters
630 626
631 These frame parameters enable or disable various parts of the 627 These frame parameters enable or disable various parts of the
632frame, or control their sizes. 628frame, or control their sizes.
@@ -643,6 +639,13 @@ Whether the frame has scroll bars for vertical scrolling, and which side
643of the frame they should be on. The possible values are @code{left}, 639of the frame they should be on. The possible values are @code{left},
644@code{right}, and @code{nil} for no scroll bars. 640@code{right}, and @code{nil} for no scroll bars.
645 641
642@ignore
643@item horizontal-scroll-bars
644Whether the frame has scroll bars for horizontal scrolling
645(non-@code{nil} means yes). Horizontal scroll bars are not currently
646implemented.
647@end ignore
648
646@item scroll-bar-width 649@item scroll-bar-width
647The width of vertical scroll bars, in pixels, or @code{nil} meaning to 650The width of vertical scroll bars, in pixels, or @code{nil} meaning to
648use the default width. 651use the default width.
@@ -670,7 +673,7 @@ menu bar. @xref{Menu Bar}. (The X toolkit and GTK allow at most one
670menu bar line; they treat larger values as 1.) 673menu bar line; they treat larger values as 1.)
671 674
672@item tool-bar-lines 675@item tool-bar-lines
673 The number of lines to use for the tool bar. A value of @code{nil} 676The number of lines to use for the tool bar. A value of @code{nil}
674means don't display a tool bar. (GTK and Nextstep allow at most one 677means don't display a tool bar. (GTK and Nextstep allow at most one
675tool bar line; they treat larger values as 1.) 678tool bar line; they treat larger values as 1.)
676 679