]> git.eshelyaron.com Git - emacs.git/commitdiff
(scroll-bar-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 5 Aug 1998 07:09:48 +0000 (07:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 5 Aug 1998 07:09:48 +0000 (07:09 +0000)
lisp/scroll-bar.el

index 97cfa9d731f039d1ea18257f3573d02afb32b3f7..5458ab0054f1e1868832075ecdc5200528ec02ca 100644 (file)
@@ -91,10 +91,9 @@ This is nil while loading `scroll-bar.el', and t afterward.")
   "*Specify whether to have vertical scroll bars, and on which side.
 Possible values are nil (no scroll bars), `left' (scroll bars on left)
 and `right' (scroll bars on right).
-When you set the variable in a Lisp program, it takes effect for new frames,
-and for existing frames when `toggle-scroll-bar' is used.
-When you set this with the customization buffer,
-it takes effect immediately for all frames."
+To set this variable in a Lisp program, use `set-scroll-bar-mode'
+to make it take real effect.
+Setting the variable with a customization buffer also takes effect."
   :type '(choice (const :tag "none (nil)")
                 (const left)
                 (const right))