summaryrefslogtreecommitdiff
path: root/lisp/tool-bar.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-10-06 19:18:51 +0300
committerEli Zaretskii <eliz@gnu.org>2021-10-06 19:18:51 +0300
commit5f626488d82476e8bd07121e9798304fc405bc4a (patch)
treea1e6afbc81c7ce03ebd71c9ffec31725c50a04f7 /lisp/tool-bar.el
parent1ccd3eb7214aee3d741bec164134b3b7510a2143 (diff)
downloademacs-5f626488d82476e8bd07121e9798304fc405bc4a.tar.gz
* lisp/tool-bar.el (tool-bar-position): Doc fix.
Diffstat (limited to 'lisp/tool-bar.el')
-rw-r--r--lisp/tool-bar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el
index 6da401187b1..f5d64aeb36c 100644
--- a/lisp/tool-bar.el
+++ b/lisp/tool-bar.el
@@ -290,6 +290,8 @@ holds a keymap."
"Specify on which side the tool bar shall be.
Possible values are `top' (tool bar on top), `bottom' (tool bar at bottom),
`left' (tool bar on left) and `right' (tool bar on right).
+This option has effect only on graphical frames and only
+if Emacs was built with GTK.
Customize `tool-bar-mode' if you want to show or hide the tool bar."
:version "24.1"
:type '(choice (const top)