diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-10-11 14:11:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-10-11 14:11:47 +0000 |
commit | b28e72df6e0a8159e857ce2da10226ff8991a466 (patch) | |
tree | 61b6a4f31c3ad74274d75aafa7686e204a86c2fe | |
parent | 365dd3255e5ef51826673f736932e1fb6879766c (diff) | |
download | emacs-b28e72df6e0a8159e857ce2da10226ff8991a466.tar.gz |
Fix a typo.
-rw-r--r-- | lisp/toolbar/tool-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el index 4cbad617e6f..0946cfefdea 100644 --- a/lisp/toolbar/tool-bar.el +++ b/lisp/toolbar/tool-bar.el @@ -32,7 +32,7 @@ ;; `tool-bar-map' as the actual keymap used to define the tool bar. ;; Modes may either bind items under the [tool-bar] prefix key of the ;; local map to add to the global bar or may set `tool-bar-map' -;; buffer-locally to overirde it. (Some items are removed from the +;; buffer-locally to override it. (Some items are removed from the ;; global bar in modes which have `special' as their `mode-class' ;; properlty.) |