Mercurial > emacs
changeset 35764:0a2ba9c8fde1
(tool-bar-add-item): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 31 Jan 2001 13:22:40 +0000 |
parents | fd5fff17b09a |
children | 106df8a3e1c2 |
files | lisp/toolbar/tool-bar.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/toolbar/tool-bar.el Wed Jan 31 12:22:58 2001 +0000 +++ b/lisp/toolbar/tool-bar.el Wed Jan 31 13:22:40 2001 +0000 @@ -82,9 +82,9 @@ 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