diff options
| -rw-r--r-- | lisp/toolbar/tool-bar.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el index 99c0f936704..aea24df51e9 100644 --- a/lisp/toolbar/tool-bar.el +++ b/lisp/toolbar/tool-bar.el | |||
| @@ -29,9 +29,9 @@ | |||
| 29 | ;; `tool-bar-add-item' and `tool-bar-add-item-from-menu'. | 29 | ;; `tool-bar-add-item' and `tool-bar-add-item-from-menu'. |
| 30 | 30 | ||
| 31 | ;; The normal global binding for [tool-bar] (below) uses the value of | 31 | ;; The normal global binding for [tool-bar] (below) uses the value of |
| 32 | ;; `tool-bar-map' as the actual keymap used to define the tool bar. | 32 | ;; `tool-bar-map' as the actual keymap to define the tool bar. Modes |
| 33 | ;; Modes may either bind items under the [tool-bar] prefix key of the | 33 | ;; may either bind items under the [tool-bar] prefix key of the local |
| 34 | ;; local map to add to the global bar or may set `tool-bar-map' | 34 | ;; map to add to the global bar or may set `tool-bar-map' |
| 35 | ;; buffer-locally to override it. (Some items are removed from the | 35 | ;; buffer-locally to override it. (Some items are removed from the |
| 36 | ;; global bar in modes which have `special' as their `mode-class' | 36 | ;; global bar in modes which have `special' as their `mode-class' |
| 37 | ;; properlty.) | 37 | ;; properlty.) |