diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62d8f3e896d..21f4970a005 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-03-26 Juanma Barranquero + + * toolbar/tool-bar.el: Fix typo in commentary. + 2002-03-25 Pavel Jan,Bm(Bk * mwheel.el (mouse-wheel-mode): Use global-set-key and diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el index e1dd537ad6b..7a201ff4020 100644 --- a/lisp/toolbar/tool-bar.el +++ b/lisp/toolbar/tool-bar.el @@ -34,7 +34,7 @@ ;; map to add to the global bar or may set `tool-bar-map' ;; buffer-locally to override it. (Some items are removed from the ;; global bar in modes which have `special' as their `mode-class' -;; properlty.) +;; property.) ;; Todo: Somehow make tool bars easily customizable by the naive?