1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(toggle-scroll-bar): Renamed from toggle-vertical-scroll...

This commit is contained in:
Richard M. Stallman 1993-05-17 04:37:22 +00:00
parent 655793e50b
commit 7e85c6b5d7

View File

@ -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")