diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-12 12:57:34 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-12 12:57:34 +0200 |
commit | 87e4922cee2448e0c8d7bda155b35772abd5c025 (patch) | |
tree | e22684926757d6249bd169f5ec9f2f157ff86a92 /doc/lispref | |
parent | 76bec09a42de5da8876b5cc6c905dac2d55241a5 (diff) | |
download | emacs-87e4922cee2448e0c8d7bda155b35772abd5c025.tar.gz emacs-87e4922cee2448e0c8d7bda155b35772abd5c025.tar.bz2 emacs-87e4922cee2448e0c8d7bda155b35772abd5c025.zip |
Document :vert-only tool bar property
* doc/lispref/keymaps.texi (Tool Bar): Document what :vert-only
does (bug#51049). This is not what it was intended to do -- but
what it intended to do didn't really make that much sense either,
so perhaps the prop should just be renamed :image-only?
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/keymaps.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 2be31d63a62..1e4bf4eb861 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -2911,6 +2911,10 @@ The @code{:rtl} property specifies an alternative image to use for right-to-left languages. Only the GTK+ version of Emacs supports this at present. +Some toolkits display both an image and a text in the toolbar. If you +want to force using only the image, use a @code{:vert-only} +non-@code{nil} property. + Like the menu bar, the tool bar can display separators (@pxref{Menu Separators}). Tool bar separators are vertical rather than horizontal, though, and only a single style is supported. They are |