]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in commentary.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Mar 2002 08:48:51 +0000 (08:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Mar 2002 08:48:51 +0000 (08:48 +0000)
lisp/ChangeLog
lisp/toolbar/tool-bar.el

index 62d8f3e896da8075c89a0106bdc5a063b88fd25a..21f4970a0053bd1f0648ec7ea29d6aa188cca13d 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-26  Juanma Barranquero  <lektu@terra.es>
+
+       * toolbar/tool-bar.el: Fix typo in commentary.
+
 2002-03-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * mwheel.el (mouse-wheel-mode): Use global-set-key and
index e1dd537ad6b86749e65e0a2f2897d479a41c15b9..7a201ff402066901c71a1dab81c531ba16fa030e 100644 (file)
@@ -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?