aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/scroll-bar.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el
index 97cfa9d731f..5458ab0054f 100644
--- a/lisp/scroll-bar.el
+++ b/lisp/scroll-bar.el
@@ -91,10 +91,9 @@ This is nil while loading `scroll-bar.el', and t afterward.")
91 "*Specify whether to have vertical scroll bars, and on which side. 91 "*Specify whether to have vertical scroll bars, and on which side.
92Possible values are nil (no scroll bars), `left' (scroll bars on left) 92Possible values are nil (no scroll bars), `left' (scroll bars on left)
93and `right' (scroll bars on right). 93and `right' (scroll bars on right).
94When you set the variable in a Lisp program, it takes effect for new frames, 94To set this variable in a Lisp program, use `set-scroll-bar-mode'
95and for existing frames when `toggle-scroll-bar' is used. 95to make it take real effect.
96When you set this with the customization buffer, 96Setting the variable with a customization buffer also takes effect."
97it takes effect immediately for all frames."
98 :type '(choice (const :tag "none (nil)") 97 :type '(choice (const :tag "none (nil)")
99 (const left) 98 (const left)
100 (const right)) 99 (const right))