# HG changeset patch # User Juanma Barranquero # Date 1017132506 0 # Node ID 3db8348dbbfa3471d8ab62ad8552778faef6d124 # Parent cd705768cbe91f1533ffd662bce0f50b46c85d6b Fix typo in commentary. diff -r cd705768cbe9 -r 3db8348dbbfa lisp/toolbar/tool-bar.el --- a/lisp/toolbar/tool-bar.el Tue Mar 26 06:29:01 2002 +0000 +++ b/lisp/toolbar/tool-bar.el Tue Mar 26 08:48:26 2002 +0000 @@ -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?