Fix and improve UI of scroll bar menu (bug#27047)
commit08f00c01d6f19a3b4465cc856c6ae55a1acdc350
authorStephen Berman <steve@rosalinde.fritz.box>
Wed, 24 May 2017 11:33:27 +0000 (24 13:33 +0200)
committerStephen Berman <steve@rosalinde.fritz.box>
Wed, 24 May 2017 11:33:27 +0000 (24 13:33 +0200)
tree8b4a4bf033af807b81ebfde27ab9f764cceb9ec7
parentbba9917299e3628e40462a762f2a14bb8df193f0
Fix and improve UI of scroll bar menu (bug#27047)

In addition, since the Emacs manual writes "scroll bar", "tool
bar" and "menu bar", use this convention in the Show/Hide menues
and tooltips as well.

* lisp/menu-bar.el (menu-bar-showhide-scroll-bar-menu): Make
pressing a radio button in the menu actually show that it was
pressed.  Replace the two radio buttons to turn the horizontal
scroll bar on and off with a single check-box toggle and add a
separator between this and the vertical scroll bar radio
buttons.  Use conventional spelling.
(menu-bar-horizontal-scroll-bar)
(menu-bar-no-horizontal-scroll-bar): Remove, since now unused.
(menu-bar-showhide-tool-bar-menu, menu-bar-showhide-menu)
(menu-bar-mode): Use conventional spelling.
lisp/menu-bar.el