From: Glenn Morris Date: Mon, 6 Feb 2012 08:34:28 +0000 (-0800) Subject: Unhyphenate "menu-bar" in text X-Git-Tag: emacs-pretest-24.0.94~284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b737198d07688dea61ff1e6fbe3867714490dbf9;p=emacs.git Unhyphenate "menu-bar" in text --- 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}.