aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/toolbar/tool-bar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 62d8f3e896d..21f4970a005 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-03-26 Juanma Barranquero <lektu@terra.es>
2
3 * toolbar/tool-bar.el: Fix typo in commentary.
4
12002-03-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 52002-03-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 6
3 * mwheel.el (mouse-wheel-mode): Use global-set-key and 7 * 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 @@
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