comparison lisp/toolbar/tool-bar.el @ 32382:2c430e11f471

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 11 Oct 2000 14:11:47 +0000
parents 52dcf5ad6176
children 5ed618d6e94c
comparison
equal deleted inserted replaced
32381:30a9f8177c22 32382:2c430e11f471
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 used to define the tool bar.
33 ;; Modes may either bind items under the [tool-bar] prefix key of the 33 ;; Modes may either bind items under the [tool-bar] prefix key of the
34 ;; local map to add to the global bar or may set `tool-bar-map' 34 ;; local map to add to the global bar or may set `tool-bar-map'
35 ;; buffer-locally to overirde 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.)
38 38
39 ;; Todo: Somehow make tool bars easily customizable by the naive? 39 ;; Todo: Somehow make tool bars easily customizable by the naive?
40 40