aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/keymaps.texi
diff options
context:
space:
mode:
authorJan Djärv2013-11-10 13:18:03 +0100
committerJan Djärv2013-11-10 13:18:03 +0100
commitfb193bb4a1dc7fa73a2c8bccd4ad0bb0c145f62d (patch)
tree9c9748bc26ced62e30cbcb04fe1d06fce500e187 /doc/lispref/keymaps.texi
parent7072a4e9cbf8c2a38092161a5c5f677348ead636 (diff)
downloademacs-fb193bb4a1dc7fa73a2c8bccd4ad0bb0c145f62d.tar.gz
emacs-fb193bb4a1dc7fa73a2c8bccd4ad0bb0c145f62d.zip
* keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
Diffstat (limited to 'doc/lispref/keymaps.texi')
-rw-r--r--doc/lispref/keymaps.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 73d869d59fd..855420a70c9 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2631,6 +2631,9 @@ Used when the item is disabled and deselected.
2631@end table 2631@end table
2632@end table 2632@end table
2633 2633
2634The GTK+ and NS versions of Emacs ignores items 1 to 3, because disabled and/or
2635deselected images are autocomputed from item 0.
2636
2634If @var{image} is a single image specification, Emacs draws the tool bar 2637If @var{image} is a single image specification, Emacs draws the tool bar
2635button in disabled state by applying an edge-detection algorithm to the 2638button in disabled state by applying an edge-detection algorithm to the
2636image. 2639image.