diff lisp/frame.el @ 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 a93e407bf41c
children cd270fa53052
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")