aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJared Finder2025-02-06 14:32:00 -0800
committerEli Zaretskii2025-02-08 13:14:25 +0200
commitb023d43ee7908d805a6776f18d1a94b213a021e3 (patch)
treeaea3acbb7a1847419dfbb9368593c2e58c0e3d3b /doc
parent72bbbff7e8128fe14c0b69c7282667788758b8b4 (diff)
downloademacs-b023d43ee7908d805a6776f18d1a94b213a021e3.tar.gz
emacs-b023d43ee7908d805a6776f18d1a94b213a021e3.zip
Cleanup tool-bar-mode documentation
* doc/emacs/frames.texi (Tool Bars): Downcase concept index text. * lisp/cus-start.el (standard): Copy custom :tag strings from window-tool-bar-style's, which are more descriptive. (Bug#75844)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index e0d8a607072..9992c39dcc9 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1296,7 +1296,7 @@ menus' visual appearance.
1296@section Tool Bars 1296@section Tool Bars
1297@cindex tool bar mode 1297@cindex tool bar mode
1298@cindex tool bar, attached to frame 1298@cindex tool bar, attached to frame
1299@cindex mode, Tool Bar 1299@cindex mode, tool bar
1300@cindex icons, toolbar 1300@cindex icons, toolbar
1301 1301
1302 On graphical displays, Emacs puts a @dfn{tool bar} at the top of each 1302 On graphical displays, Emacs puts a @dfn{tool bar} at the top of each
@@ -1320,14 +1320,14 @@ control the use of tool bars at startup, customize the variable
1320@code{tool-bar-mode}. 1320@code{tool-bar-mode}.
1321 1321
1322@vindex tool-bar-style 1322@vindex tool-bar-style
1323@cindex Tool Bar style 1323@cindex tool bar style
1324 When Emacs is compiled with GTK+ support, each tool bar item can 1324 When Emacs is compiled with GTK+ support, each tool bar item can
1325consist of an image, or a text label, or both. By default, Emacs 1325consist of an image, or a text label, or both. By default, Emacs
1326follows the Gnome desktop's tool bar style setting; if none is 1326follows the Gnome desktop's tool bar style setting; if none is
1327defined, it displays tool bar items as just images. To impose a 1327defined, it displays tool bar items as just images. To impose a
1328specific tool bar style, customize the variable @code{tool-bar-style}. 1328specific tool bar style, customize the variable @code{tool-bar-style}.
1329 1329
1330@cindex Tool Bar position 1330@cindex tool bar position
1331 You can also control the placement of the tool bar for the GTK+ tool 1331 You can also control the placement of the tool bar for the GTK+ tool
1332bar with the frame parameter @code{tool-bar-position}. @xref{Frame 1332bar with the frame parameter @code{tool-bar-position}. @xref{Frame
1333Parameters,,, elisp, The Emacs Lisp Reference Manual}. 1333Parameters,,, elisp, The Emacs Lisp Reference Manual}.