aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-06 00:34:28 -0800
committerGlenn Morris2012-02-06 00:34:28 -0800
commitb737198d07688dea61ff1e6fbe3867714490dbf9 (patch)
tree3893eb7dd151d90b28222e6cf5abca2b3d91c70f
parent3a970881645152808ab765da47e6eae1adadfb50 (diff)
downloademacs-b737198d07688dea61ff1e6fbe3867714490dbf9.tar.gz
emacs-b737198d07688dea61ff1e6fbe3867714490dbf9.zip
Unhyphenate "menu-bar" in text
-rw-r--r--doc/lispref/keymaps.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index a4c8c3981f3..a8528a548fc 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2346,7 +2346,7 @@ The various toolkits with which you can build Emacs do not all support
2346the same set of features for menus. Some code works as expected with 2346the same set of features for menus. Some code works as expected with
2347one toolkit, but not under another. 2347one toolkit, but not under another.
2348 2348
2349One example is menu actions or buttons in a top-level menu-bar. The 2349One example is menu actions or buttons in a top-level menu bar. The
2350following works with the Lucid toolkit or on MS Windows, but not with 2350following works with the Lucid toolkit or on MS Windows, but not with
2351GTK or Nextstep, where clicking on the item has no effect. 2351GTK or Nextstep, where clicking on the item has no effect.
2352 2352
@@ -2690,7 +2690,7 @@ Like the menu bar, the tool bar can display separators (@pxref{Menu
2690Separators}). Tool bar separators are vertical rather than 2690Separators}). Tool bar separators are vertical rather than
2691horizontal, though, and only a single style is supported. Separators 2691horizontal, though, and only a single style is supported. Separators
2692are represented in the tool bar keymap in the same way as for the 2692are represented in the tool bar keymap in the same way as for the
2693menu-bar, i.e. using a @code{(menu-item "--"}) entry. The Gtk+ and 2693menu bar, i.e. using a @code{(menu-item "--"}) entry. The Gtk+ and
2694Nextstep tool bars render separators natively, otherwise Emacs selects 2694Nextstep tool bars render separators natively, otherwise Emacs selects
2695a separator image that is appropriate for the display. Note that tool 2695a separator image that is appropriate for the display. Note that tool
2696bar separators do not support any properties, such as @code{:visible}. 2696bar separators do not support any properties, such as @code{:visible}.