comparison lisp/tool-bar.el @ 97947:ab6494b53df0

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1398
author Miles Bader <miles@gnu.org>
date Tue, 02 Sep 2008 05:35:54 +0000
parents b4e36ff621b3 76e75acf7e4e
children b40f8a9232b9
comparison
equal deleted inserted replaced
97946:0dae82e2740f 97947:ab6494b53df0
131 for the fake function key in the menu keymap. Remaining arguments 131 for the fake function key in the menu keymap. Remaining arguments
132 PROPS are additional items to add to the menu item specification. See 132 PROPS are additional items to add to the menu item specification. See
133 Info node `(elisp)Tool Bar'. Items are added from left to right. 133 Info node `(elisp)Tool Bar'. Items are added from left to right.
134 134
135 ICON is the base name of a file containing the image to use. The 135 ICON is the base name of a file containing the image to use. The
136 function will first try to use low-color/ICON.xpm if display-color-cells 136 function will first try to use low-color/ICON.xpm if `display-color-cells'
137 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally 137 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
138 ICON.xbm, using `find-image'. 138 ICON.xbm, using `find-image'.
139 139
140 Use this function only to make bindings in the global value of `tool-bar-map'. 140 Use this function only to make bindings in the global value of `tool-bar-map'.
141 To define items in any other map, use `tool-bar-local-item'." 141 To define items in any other map, use `tool-bar-local-item'."