diff options
| author | Richard M. Stallman | 1998-08-05 07:09:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-05 07:09:48 +0000 |
| commit | 463deb666722eba17a9b07822bb9be30830f7a93 (patch) | |
| tree | 36afeaabd2779198672d0e4e2748dcd6b23c5554 | |
| parent | 2745e6c4cd6728e42a524d489a3ba87a67068523 (diff) | |
| download | emacs-463deb666722eba17a9b07822bb9be30830f7a93.tar.gz emacs-463deb666722eba17a9b07822bb9be30830f7a93.zip | |
(scroll-bar-mode): Doc fix.
| -rw-r--r-- | lisp/scroll-bar.el | 7 |
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. |
| 92 | Possible values are nil (no scroll bars), `left' (scroll bars on left) | 92 | Possible values are nil (no scroll bars), `left' (scroll bars on left) |
| 93 | and `right' (scroll bars on right). | 93 | and `right' (scroll bars on right). |
| 94 | When you set the variable in a Lisp program, it takes effect for new frames, | 94 | To set this variable in a Lisp program, use `set-scroll-bar-mode' |
| 95 | and for existing frames when `toggle-scroll-bar' is used. | 95 | to make it take real effect. |
| 96 | When you set this with the customization buffer, | 96 | Setting the variable with a customization buffer also takes effect." |
| 97 | it 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)) |