Mercurial > emacs
changeset 44153:3db8348dbbfa
Fix typo in commentary.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 26 Mar 2002 08:48:26 +0000 |
parents | cd705768cbe9 |
children | 879ec5292ef0 |
files | lisp/toolbar/tool-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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?