comparison man/frames.texi @ 67655:6cba278fc764

(Tool Bars): Shorten text of previous change.
author Bill Wohler <wohler@newt.com>
date Mon, 19 Dec 2005 04:49:42 +0000
parents 4666e86efb1a
children 14cc99887d3d b64b7e867d0a
comparison
equal deleted inserted replaced
67654:f6416d33b0a2 67655:6cba278fc764
961 Tool bars work only on a graphical display. The tool bar uses colored 961 Tool bars work only on a graphical display. The tool bar uses colored
962 XPM icons if Emacs was built with XPM support. Otherwise, the tool 962 XPM icons if Emacs was built with XPM support. Otherwise, the tool
963 bar uses monochrome icons (PBM or XBM format). 963 bar uses monochrome icons (PBM or XBM format).
964 964
965 You can turn display of tool bars on or off with @kbd{M-x 965 You can turn display of tool bars on or off with @kbd{M-x
966 tool-bar-mode}. You can turn tool bars off permanently by putting the 966 tool-bar-mode} or by customizing the option @code{tool-bar-mode}.
967 line @code{(tool-bar-mode 0)} in your @file{.emacs} file, or by
968 setting and saving the variable @code{tool-bar-mode} through the
969 Customize interface.
970 967
971 @node Dialog Boxes 968 @node Dialog Boxes
972 @section Using Dialog Boxes 969 @section Using Dialog Boxes
973 @cindex dialog boxes 970 @cindex dialog boxes
974 971