diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-17 04:37:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-17 04:37:22 +0000 |
commit | 7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8 (patch) | |
tree | cb02cded13bfc6281269dbba0451ee5dba372088 /lisp/frame.el | |
parent | 655793e50b04b8db1b473a727426e494d2355ee7 (diff) | |
download | emacs-7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8.tar.gz |
(toggle-scroll-bar): Renamed from toggle-vertical-scroll...
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 2 |
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") |