diff options
| author | Luc Teirlinck | 2004-12-08 01:26:10 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-12-08 01:26:10 +0000 |
| commit | c6b713e9150e1db904d0b4983c72a67d348c38a9 (patch) | |
| tree | 8fca711f0830b5f90717f6404bd21e8d81f25644 | |
| parent | 91c5141258ec8dc828d8b558e3df72696ca9aa4e (diff) | |
| download | emacs-c6b713e9150e1db904d0b4983c72a67d348c38a9.tar.gz emacs-c6b713e9150e1db904d0b4983c72a67d348c38a9.zip | |
(Scroll Bars): The option `scroll-bar-mode' has to be set through Custom.
Otherwise, it has no effect.
| -rw-r--r-- | man/frames.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/frames.texi b/man/frames.texi index 5fb4181408e..e9716c76a1f 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -761,8 +761,10 @@ argument is positive. This command applies to all frames, including | |||
| 761 | frames yet to be created. Customize the option @code{scroll-bar-mode} | 761 | frames yet to be created. Customize the option @code{scroll-bar-mode} |
| 762 | to control the use of scroll bars at startup. You can use it to specify | 762 | to control the use of scroll bars at startup. You can use it to specify |
| 763 | that they are placed at the right of windows if you prefer that. You | 763 | that they are placed at the right of windows if you prefer that. You |
| 764 | can use the X resource @samp{verticalScrollBars} to control the initial | 764 | have to set this variable through the @samp{Customize} interface |
| 765 | setting of Scroll Bar mode similarly. @xref{Resources}. | 765 | (@pxref{Easy Customization}). Otherwise, it will not work properly. |
| 766 | You can use the X resource @samp{verticalScrollBars} to control the | ||
| 767 | initial setting of Scroll Bar mode similarly. @xref{Resources}. | ||
| 766 | 768 | ||
| 767 | @findex toggle-scroll-bar | 769 | @findex toggle-scroll-bar |
| 768 | To enable or disable scroll bars for just the selected frame, use the | 770 | To enable or disable scroll bars for just the selected frame, use the |