From: Juanma Barranquero Date: Tue, 26 Mar 2002 08:48:51 +0000 (+0000) Subject: Fix typo in commentary. X-Git-Tag: ttn-vms-21-2-B4~15973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b011dcb0bacbd4ef7c2beb7f428ed151ab00c4ec;p=emacs.git Fix typo in commentary. --- 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?