* term/x-win.el (x-switch-definitons): Use the proper names for
authorJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 07:35:52 +0000 (07:35 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 07:35:52 +0000 (07:35 +0000)
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.

lisp/term/x-win.el

index 7845ae4..5d65978 100644 (file)
     ("-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)))