Mercurial > emacs
changeset 22908:53b018832269
(scroll-bar-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 05 Aug 1998 07:09:48 +0000 |
parents | 43e290c6fb19 |
children | c8e47ec53eb6 |
files | lisp/scroll-bar.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/scroll-bar.el Wed Aug 05 01:42:24 1998 +0000 +++ b/lisp/scroll-bar.el Wed Aug 05 07:09:48 1998 +0000 @@ -91,10 +91,9 @@ "*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))