From b737198d07688dea61ff1e6fbe3867714490dbf9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 Feb 2012 00:34:28 -0800 Subject: [PATCH] Unhyphenate "menu-bar" in text --- doc/lispref/keymaps.texi | 4 ++-- 1 file 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 the same set of features for menus. Some code works as expected with one toolkit, but not under another. -One example is menu actions or buttons in a top-level menu-bar. The +One example is menu actions or buttons in a top-level menu bar. The following works with the Lucid toolkit or on MS Windows, but not with GTK or Nextstep, where clicking on the item has no effect. @@ -2690,7 +2690,7 @@ 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. Separators are represented in the tool bar keymap in the same way as for the -menu-bar, i.e. using a @code{(menu-item "--"}) entry. The Gtk+ and +menu bar, i.e. using a @code{(menu-item "--"}) entry. The Gtk+ and Nextstep tool bars render separators natively, otherwise Emacs selects a separator image that is appropriate for the display. Note that tool bar separators do not support any properties, such as @code{:visible}. -- 2.39.2