aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-17 04:37:22 +0000
committerRichard M. Stallman1993-05-17 04:37:22 +0000
commit7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8 (patch)
treecb02cded13bfc6281269dbba0451ee5dba372088
parent655793e50b04b8db1b473a727426e494d2355ee7 (diff)
downloademacs-7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8.tar.gz
emacs-7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8.zip
(toggle-scroll-bar): Renamed from toggle-vertical-scroll...
-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."
408 (modify-frame-parameters (selected-frame) 408 (modify-frame-parameters (selected-frame)
409 (list (cons 'auto-lower (> arg 0))))) 409 (list (cons 'auto-lower (> arg 0)))))
410 410
411(defun toggle-vertical-scroll-bar (arg) 411(defun toggle-scroll-bar (arg)
412 "Toggle whether or not the selected frame has vertical scroll bars. 412 "Toggle whether or not the selected frame has vertical scroll bars.
413With arg, turn vertical scroll bars on if and only if arg is positive." 413With arg, turn vertical scroll bars on if and only if arg is positive."
414 (interactive "P") 414 (interactive "P")