changeset 34040:dbe2757d6cb8

Tool bar tweak.
author Dave Love <fx@gnu.org>
date Thu, 30 Nov 2000 12:56:58 +0000
parents 88c42020e441
children 40708840c132
files man/frames.texi
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/man/frames.texi	Thu Nov 30 12:50:08 2000 +0000
+++ b/man/frames.texi	Thu Nov 30 12:56:58 2000 +0000
@@ -754,15 +754,19 @@
 @section Tool Bars
 @cindex Tool Bar mode
 @cindex mode, Tool Bar
+@cindex icons, tool bar
 
 You can turn display of tool bars on or off with @kbd{M-x tool-bar-mode}
 analogously to @code{menu-bar-mode}.  @xref{Menu Bars}.  This will only
-work in an Emacs built with appropriate image support to display the
-available tool bar icons.
+work in an Emacs with appropriate image support for the available icons
+on a graphic display.  By default, monochrome (PBM or XBM format) icons
+are used.  XPM format icons, which normally look better, will normally
+be used if Emacs was built with XPM support.
 
-There is a global tool bar with some useful items and various modes may
-define their own tool bars.  More could be added if suitable icons are
-contributed.
+There is a global tool bar with useful items and some modes define their
+own tool bars to replace it.@footnote{We could provide more if suitable
+icons are contributed.}  Some items are removed from the global bar in
+`special' modes not designed for editing text.
 
 @node Dialog Boxes
 @section Using Dialog Boxes