aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2004-06-08 17:53:11 +0000
committerJan Djärv2004-06-08 17:53:11 +0000
commit968d61278d947f8b247dd104c5f65af3d6daf33d (patch)
treea3c32c2d81b6e0df90ef45d0b8a98d00ad6d5dd1
parent9757a56b6d2bfd831d2c63b5738a79fc50c3779d (diff)
downloademacs-968d61278d947f8b247dd104c5f65af3d6daf33d.tar.gz
emacs-968d61278d947f8b247dd104c5f65af3d6daf33d.zip
Better documentation.
-rw-r--r--lisp/toolbar/tool-bar.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el
index 7ded78b80e1..27706f0d725 100644
--- a/lisp/toolbar/tool-bar.el
+++ b/lisp/toolbar/tool-bar.el
@@ -96,7 +96,8 @@ PROPS are additional items to add to the menu item specification. See
96Info node `(elisp)Tool Bar'. Items are added from left to right. 96Info node `(elisp)Tool Bar'. Items are added from left to right.
97 97
98ICON is the base name of a file containing the image to use. The 98ICON is the base name of a file containing the image to use. The
99function will first try to use ICON.xpm, then ICON.pbm, and finally 99function will first try to use ICON-locol.xpm if display-color-cells
100is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
100ICON.xbm, using `find-image'. 101ICON.xbm, using `find-image'.
101 102
102Use this function only to make bindings in the global value of `tool-bar-map'. 103Use 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
112Info node `(elisp)Tool Bar'. Items are added from left to right. 113Info node `(elisp)Tool Bar'. Items are added from left to right.
113 114
114ICON is the base name of a file containing the image to use. The 115ICON is the base name of a file containing the image to use. The
115function will first try to use ICON.xpm, then ICON.pbm, and finally 116function will first try to use ICON-locol.xpm if display-color-cells
117is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
116ICON.xbm, using `find-image'." 118ICON.xbm, using `find-image'."
117 (let* ((fg (face-attribute 'tool-bar :foreground)) 119 (let* ((fg (face-attribute 'tool-bar :foreground))
118 (bg (face-attribute 'tool-bar :background)) 120 (bg (face-attribute 'tool-bar :background))