]> git.eshelyaron.com Git - emacs.git/commitdiff
(Tool Bars): Mention that you can turn off tool bars permanently via
authorBill Wohler <wohler@newt.com>
Sun, 18 Dec 2005 18:03:57 +0000 (18:03 +0000)
committerBill Wohler <wohler@newt.com>
Sun, 18 Dec 2005 18:03:57 +0000 (18:03 +0000)
the customize interface

man/ChangeLog
man/frames.texi

index 490b4f5420e81c8858c3d6149a8b8c16cba371bc..5893d74efd968d28f98fc7a8cb6f1ab730da9380 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-18  Bill Wohler  <wohler@newt.com>
+
+       * frames.texi (Tool Bars): Mention that you can turn off tool bars
+       permanently via the customize interface 
+
 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (MIME Commands): Mention addition of
index daaa9599bf7aa3273829edc3e728207ba502b9fc..1af226dc3066d9f27453ad6071dd2b4b4ceb55ed 100644 (file)
@@ -963,7 +963,10 @@ XPM icons if Emacs was built with XPM support.  Otherwise, the tool
 bar uses monochrome icons (PBM or XBM format).
 
   You can turn display of tool bars on or off with @kbd{M-x
-tool-bar-mode}.
+tool-bar-mode}.  You can turn tool bars off permanently by putting the
+line @code{(tool-bar-mode 0)} in your @file{.emacs} file, or by
+setting and saving the variable @code{tool-bar-mode} through the
+Customize interface.
 
 @node Dialog Boxes
 @section Using Dialog Boxes