]> git.eshelyaron.com Git - emacs.git/commitdiff
(tool-bar-add-item): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 13:23:12 +0000 (13:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 13:23:12 +0000 (13:23 +0000)
lisp/ChangeLog
lisp/toolbar/tool-bar.el

index 12ac83077d69677e10cbf24e1a3bbaae56f63d97..122822bac14f29a9523f8d667094925e4f98298b 100644 (file)
@@ -1,5 +1,7 @@
 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
+
        * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
        concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
 
index 4cfff846f8a7c582ca680d2f8b9606f5ddb03abe..64fcf09e64437e2e29645ac6ad6d9dba2a6719e2 100644 (file)
@@ -82,9 +82,9 @@ for the fake function key in the menu keymap.  Remaining arguments
 PROPS are additional items to add to the menu item specification.  See
 Info node `(elisp)Tool Bar'.  Items are added from left to right.
 
-ICON is the base name of a file cnntaining the image to use.  The
-function will try to use first ICON.xpm, ICON.pbm then ICON.xbm using
-`find-image'.
+ICON is the base name of a file containing the image to use.  The
+function will first try to use ICON.xpm, then ICON.pbm, and finally
+ICON.xbm, using `find-image'.
 
 Keybindings are made in the map `tool-bar-map'.  To define items in
 some local map, bind `tool-bar-map' with `let' around calls of this