comparison lisp/toolbar/tool-bar.el @ 44153:3db8348dbbfa

Fix typo in commentary.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 26 Mar 2002 08:48:26 +0000
parents 2fca4318df9a
children 62bd2c6cd91f
comparison
equal deleted inserted replaced
44152:cd705768cbe9 44153:3db8348dbbfa
32 ;; `tool-bar-map' as the actual keymap to define the tool bar. Modes 32 ;; `tool-bar-map' as the actual keymap to define the tool bar. Modes
33 ;; may either bind items under the [tool-bar] prefix key of the local 33 ;; may either bind items under the [tool-bar] prefix key of the local
34 ;; 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 ;; property.)
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
41 ;;; Code: 41 ;;; Code:
42 42