diff options
| author | Chong Yidong | 2010-09-04 14:21:48 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-09-04 14:21:48 -0400 |
| commit | cbc72326a8235a93db20f59fd8674e79d2f06bd7 (patch) | |
| tree | 224b3e1806d41f276e34a93dd819900b4ad74e7d | |
| parent | 1e05f3876fda95397c37c56d52141256dcba29ca (diff) | |
| download | emacs-cbc72326a8235a93db20f59fd8674e79d2f06bd7.tar.gz emacs-cbc72326a8235a93db20f59fd8674e79d2f06bd7.zip | |
* frames.texi (Layout Parameters): Add cindex entries (Bug#6929).
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2010-09-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * frames.texi (Layout Parameters): Add cindex entries (Bug#6929). | ||
| 4 | |||
| 1 | 2010-08-22 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-08-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * modes.texi (Defining Minor Modes): Doc fix (Bug#6880). | 7 | * 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. | |||
| 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 | ||
| 626 | 630 | ||
| 627 | These frame parameters enable or disable various parts of the | 631 | These frame parameters enable or disable various parts of the |
| 628 | frame, or control their sizes. | 632 | frame, or control their sizes. |
| @@ -639,13 +643,6 @@ Whether the frame has scroll bars for vertical scrolling, and which side | |||
| 639 | of the frame they should be on. The possible values are @code{left}, | 643 | of the frame they should be on. The possible values are @code{left}, |
| 640 | @code{right}, and @code{nil} for no scroll bars. | 644 | @code{right}, and @code{nil} for no scroll bars. |
| 641 | 645 | ||
| 642 | @ignore | ||
| 643 | @item horizontal-scroll-bars | ||
| 644 | Whether the frame has scroll bars for horizontal scrolling | ||
| 645 | (non-@code{nil} means yes). Horizontal scroll bars are not currently | ||
| 646 | implemented. | ||
| 647 | @end ignore | ||
| 648 | |||
| 649 | @item scroll-bar-width | 646 | @item scroll-bar-width |
| 650 | The width of vertical scroll bars, in pixels, or @code{nil} meaning to | 647 | The width of vertical scroll bars, in pixels, or @code{nil} meaning to |
| 651 | use the default width. | 648 | use the default width. |
| @@ -673,7 +670,7 @@ menu bar. @xref{Menu Bar}. (The X toolkit and GTK allow at most one | |||
| 673 | menu bar line; they treat larger values as 1.) | 670 | menu bar line; they treat larger values as 1.) |
| 674 | 671 | ||
| 675 | @item tool-bar-lines | 672 | @item tool-bar-lines |
| 676 | The number of lines to use for the tool bar. A value of @code{nil} | 673 | The number of lines to use for the tool bar. A value of @code{nil} |
| 677 | means don't display a tool bar. (GTK and Nextstep allow at most one | 674 | means don't display a tool bar. (GTK and Nextstep allow at most one |
| 678 | tool bar line; they treat larger values as 1.) | 675 | tool bar line; they treat larger values as 1.) |
| 679 | 676 | ||