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:
parent
655793e50b
commit
7e85c6b5d7
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user