diff options
Diffstat (limited to 'lisp/scroll-bar.el')
-rw-r--r-- | lisp/scroll-bar.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 54f2ba765b5..0c68bca4d2e 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -81,7 +81,8 @@ SIDE must be the symbol `left' or `right'." This is nil while loading `scroll-bar.el', and t afterward.") (defun set-scroll-bar-mode (value) - "Set `scroll-bar-mode' to VALUE and put the new value into effect." + "Set the scroll bar mode to VALUE and put the new value into effect. +See the `scroll-bar-mode' variable for possible values to use." (if scroll-bar-mode (setq previous-scroll-bar-mode scroll-bar-mode)) |