]> git.eshelyaron.com Git - emacs.git/commitdiff
Better documentation.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 8 Jun 2004 17:53:11 +0000 (17:53 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 8 Jun 2004 17:53:11 +0000 (17:53 +0000)
lisp/toolbar/tool-bar.el

index 7ded78b80e12d09b8f7692f0478f7b01e5600002..27706f0d725bd8a6e1e2edc7b0ed4b4d54ae7712 100644 (file)
@@ -96,7 +96,8 @@ 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 containing the image to use.  The
-function will first try to use ICON.xpm, then ICON.pbm, and finally
+function will first try to use ICON-locol.xpm if display-color-cells
+is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
 ICON.xbm, using `find-image'.
 
 Use this function only to make bindings in the global value of `tool-bar-map'.
@@ -112,7 +113,8 @@ 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 containing the image to use.  The
-function will first try to use ICON.xpm, then ICON.pbm, and finally
+function will first try to use ICON-locol.xpm if display-color-cells
+is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
 ICON.xbm, using `find-image'."
   (let* ((fg (face-attribute 'tool-bar :foreground))
         (bg (face-attribute 'tool-bar :background))