aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-04-10 02:12:01 +0000
committerChong Yidong2009-04-10 02:12:01 +0000
commit9c283d5b991d287bd6d2897e4c5a8a80e821cfc3 (patch)
tree0a613b01c1108f28fb7be2ade1b7efcc2814afc8
parentf980664e7e917c0b93e441f3822ba5dc81d510e3 (diff)
downloademacs-9c283d5b991d287bd6d2897e4c5a8a80e821cfc3.tar.gz
emacs-9c283d5b991d287bd6d2897e4c5a8a80e821cfc3.zip
* keymaps.texi (Tool Bar): Mention that some platforms do not
support multi-line toolbars. Suggested by Stephen Eglen. * frames.texi (Layout Parameters): Mention that Nextstep also allows only one tool-bar line. Suggested by Stephen Eglen.
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/lispref/frames.texi4
-rw-r--r--doc/lispref/keymaps.texi5
3 files changed, 12 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 283598c2137..5b568b627c4 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,11 @@
12009-04-10 Chong Yidong <cyd@stupidchicken.com> 12009-04-10 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * keymaps.texi (Tool Bar): Mention that some platforms do not
4 support multi-line toolbars. Suggested by Stephen Eglen.
5
6 * frames.texi (Layout Parameters): Mention that Nextstep also
7 allows only one tool-bar line. Suggested by Stephen Eglen.
8
3 * nonascii.texi (Text Representations): Copyedits. 9 * nonascii.texi (Text Representations): Copyedits.
4 (Coding System Basics): Also mention utf-8-emacs. 10 (Coding System Basics): Also mention utf-8-emacs.
5 (Converting Representations, Selecting a Representation) 11 (Converting Representations, Selecting a Representation)
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 42deed05d68..597df621106 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -668,8 +668,8 @@ menu bar line; they treat larger values as 1.)
668 668
669@item tool-bar-lines 669@item tool-bar-lines
670The number of lines to use for the tool bar. A value of @code{nil} 670The number of lines to use for the tool bar. A value of @code{nil}
671means don't display a tool bar. (GTK allows at most one tool bar line; 671means don't display a tool bar. (GTK and Nextstep allow at most one
672it treats larger values as 1.) 672tool bar line; they treat larger values as 1.)
673 673
674@item line-spacing 674@item line-spacing
675Additional space to leave below each text line, in pixels (a positive 675Additional space to leave below each text line, in pixels (a positive
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 6d4c95fca3d..de792c76e9f 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2703,7 +2703,7 @@ specifies the local map to make the definition in. The argument
2703@code{tool-bar-add-item-from-menu}. 2703@code{tool-bar-add-item-from-menu}.
2704@end defun 2704@end defun
2705 2705
2706@defvar auto-resize-tool-bar 2706@defvar auto-resize-tool-bars
2707If this variable is non-@code{nil}, the tool bar automatically resizes to 2707If this variable is non-@code{nil}, the tool bar automatically resizes to
2708show all defined tool bar items---but not larger than a quarter of the 2708show all defined tool bar items---but not larger than a quarter of the
2709frame's height. 2709frame's height.
@@ -2711,6 +2711,9 @@ frame's height.
2711If the value is @code{grow-only}, the tool bar expands automatically, 2711If the value is @code{grow-only}, the tool bar expands automatically,
2712but does not contract automatically. To contract the tool bar, the 2712but does not contract automatically. To contract the tool bar, the
2713user has to redraw the frame by entering @kbd{C-l}. 2713user has to redraw the frame by entering @kbd{C-l}.
2714
2715If Emacs is built with GTK or Nextstep, the tool bar can only show one
2716line, so this variable has no effect.
2714@end defvar 2717@end defvar
2715 2718
2716@defvar auto-raise-tool-bar-buttons 2719@defvar auto-raise-tool-bar-buttons