aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2008-02-07 13:05:09 +0000
committerJan Djärv2008-02-07 13:05:09 +0000
commiteafa12e67bd793f69fabcb68c0f50609eb7b7fa8 (patch)
tree51257df43fe80a0a7076883f6093095893d5adf1
parentf937a7db33f4d330b2827981cb07c482ceb50fc8 (diff)
downloademacs-eafa12e67bd793f69fabcb68c0f50609eb7b7fa8.tar.gz
emacs-eafa12e67bd793f69fabcb68c0f50609eb7b7fa8.zip
(Tool Bar): Doculemt rtl property.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/keymaps.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 12539758018..76831379c44 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12008-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * keymaps.texi (Tool Bar): Document rtl property.
4
12008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> 52008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2 6
3 * display.texi (Button Types): 7 * display.texi (Button Types):
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 7f3c7a466c9..125c4f0e706 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2606,6 +2606,10 @@ If @var{image} is a single image specification, Emacs draws the tool bar
2606button in disabled state by applying an edge-detection algorithm to the 2606button in disabled state by applying an edge-detection algorithm to the
2607image. 2607image.
2608 2608
2609The @code{:rtl} property specifies an alternative image to use for
2610right-to-left languages. Only the Gtk+ version of Emacs supports this
2611at present.
2612
2609The default tool bar is defined so that items specific to editing do not 2613The default tool bar is defined so that items specific to editing do not
2610appear for major modes whose command symbol has a @code{mode-class} 2614appear for major modes whose command symbol has a @code{mode-class}
2611property of @code{special} (@pxref{Major Mode Conventions}). Major 2615property of @code{special} (@pxref{Major Mode Conventions}). Major