summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-17 04:37:22 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-17 04:37:22 +0000
commit7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8 (patch)
treecb02cded13bfc6281269dbba0451ee5dba372088 /lisp/frame.el
parent655793e50b04b8db1b473a727426e494d2355ee7 (diff)
downloademacs-7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8.tar.gz
(toggle-scroll-bar): Renamed from toggle-vertical-scroll...
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index fd828b47786..87d7efd17a2 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -408,7 +408,7 @@ With arg, turn auto-lower mode on if and only if arg is positive."
(modify-frame-parameters (selected-frame)
(list (cons 'auto-lower (> arg 0)))))
-(defun toggle-vertical-scroll-bar (arg)
+(defun toggle-scroll-bar (arg)
"Toggle whether or not the selected frame has vertical scroll bars.
With arg, turn vertical scroll bars on if and only if arg is positive."
(interactive "P")