summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-02 07:35:52 +0000
committerJim Blandy <jimb@redhat.com>1993-03-02 07:35:52 +0000
commit0a68e87bbd7abccb30f9c9c99df4d9e9829b470c (patch)
treeffba21a822789fb6790e97d0f8c2e844a7e975c4
parentb6341cd1d225cde09fac8b8f959db50fbc46dd89 (diff)
downloademacs-0a68e87bbd7abccb30f9c9c99df4d9e9829b470c.tar.gz
emacs-0a68e87bbd7abccb30f9c9c99df4d9e9829b470c.tar.bz2
emacs-0a68e87bbd7abccb30f9c9c99df4d9e9829b470c.zip
* 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.
-rw-r--r--lisp/term/x-win.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 7845ae4ae54..5d6597818a7 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -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)))