1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 14:01:47 -07:00

* term/x-win.el (x-switch-definitons): Use the proper names for

the scroll bar parameters.

	Use the term `scroll bar', instead of `scrollbar'.
	* term/x-win.el, frame.el, mouse.el: Terminology changed.
	* scrollbar.el: Renamed to scroll-bar.el.
This commit is contained in:
Jim Blandy 1993-03-02 07:35:52 +00:00
parent b6341cd1d2
commit 0a68e87bbd

View file

@ -108,8 +108,8 @@
("-cr" cursor-color)
("-itype" icon-type t)
("-iconic" iconic-startup t)
("-vb" vertical-scroll-bar t)
("-hb" horizontal-scroll-bar t)
("-vb" vertical-scroll-bars t)
("-hb" horizontal-scroll-bars t)
("-bd" border-color)
("-bw" border-width)))