diff options
Diffstat (limited to 'lisp/tool-bar.el')
-rw-r--r-- | lisp/tool-bar.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index 0e47338bf9f..f04cad4463a 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el @@ -287,6 +287,7 @@ holds a keymap." Possible values are `top' (tool bar on top), `bottom' (tool bar at bottom), `left' (tool bar on left) and `right' (tool bar on right). Customize `tool-bar-mode' if you want to show or hide the tool bar." + :version "24.1" :type '(choice (const top) (const bottom) (const left) |