diff options
author | Miles Bader <miles@gnu.org> | 2008-09-02 05:35:54 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-09-02 05:35:54 +0000 |
commit | 9850eff524bd0747a9561f3b4c90dfc3749f4ecb (patch) | |
tree | c05e918b9763310aea577eefc476aaccf20eb86a /lisp/tool-bar.el | |
parent | 9a73a6c9dbd5a98e8e27cccbf1361f89070b94e7 (diff) | |
parent | 7f02dd2cf6cb7395cb06104fd052f08cc91e9e10 (diff) | |
download | emacs-9850eff524bd0747a9561f3b4c90dfc3749f4ecb.tar.gz |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1398
Diffstat (limited to 'lisp/tool-bar.el')
-rw-r--r-- | lisp/tool-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index 14cbc57f029..85d3ba5b705 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el @@ -133,7 +133,7 @@ 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 low-color/ICON.xpm if display-color-cells +function will first try to use low-color/ICON.xpm if `display-color-cells' is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally ICON.xbm, using `find-image'. |