Mercurial > emacs
changeset 2846:c36e7ad524d3
(toggle-scroll-bar): Renamed from toggle-vertical-scroll...
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 May 1993 04:37:22 +0000 |
parents | 7a48e4a67e8c |
children | 01a46a8f1e1b |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Mon May 17 02:42:16 1993 +0000 +++ b/lisp/frame.el Mon May 17 04:37:22 1993 +0000 @@ -408,7 +408,7 @@ (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")