diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2006-05-22 15:24:49 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2006-05-22 15:24:49 +0000 |
commit | 33189c79bfdbac2f730ac1dfcf29e5349f1c546a (patch) | |
tree | 2339698f80dc1c9cd8fe2f6a84843853d64e00b2 /man | |
parent | 35fdd9a77ab80f3160c5b39d137ccf66a0401fba (diff) | |
download | emacs-33189c79bfdbac2f730ac1dfcf29e5349f1c546a.tar.gz |
(Menu Bars, Tool Bars): Add index entries.
Diffstat (limited to 'man')
-rw-r--r-- | man/ChangeLog | 4 | ||||
-rw-r--r-- | man/frames.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 617e2407add..a20d1bf4356 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-05-22 Reiner Steib <Reiner.Steib@gmx.de> + + * frames.texi (Menu Bars, Tool Bars): Add index entries. + 2006-05-20 Richard Stallman <rms@gnu.org> * dired.texi (Dired Navigation): dired-goto-file is now j. diff --git a/man/frames.texi b/man/frames.texi index 227aab7559d..2b53bd58d2d 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -865,6 +865,8 @@ protocol, are currently supported. @section Menu Bars @cindex Menu Bar mode @cindex mode, Menu Bar +@findex menu-bar-mode +@vindex menu-bar-mode You can turn display of menu bars on or off with @kbd{M-x menu-bar-mode} or by customizing the variable @code{menu-bar-mode}. @@ -904,6 +906,8 @@ global tool bar. XPM icons if Emacs was built with XPM support. Otherwise, the tool bar uses monochrome icons (PBM or XBM format). +@findex tool-bar-mode +@vindex tool-bar-mode You can turn display of tool bars on or off with @kbd{M-x tool-bar-mode} or by customizing the option @code{tool-bar-mode}. |