diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/frames.texi | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 8d24fc5806a..4a193dd6870 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -1011,13 +1011,16 @@ scroll bar height, change the @code{scroll-bar-height} frame parameter | |||
| 1011 | separate windows visually. Window dividers are bars that can be dragged | 1011 | separate windows visually. Window dividers are bars that can be dragged |
| 1012 | with the mouse, thus allowing to easily resize adjacent windows. | 1012 | with the mouse, thus allowing to easily resize adjacent windows. |
| 1013 | 1013 | ||
| 1014 | @vindex window-divider-mode | 1014 | @findex window-divider-mode |
| 1015 | To control the display of window dividers, customize the variable | 1015 | To toggle the display of window dividers, use the command @kbd{M-x |
| 1016 | @code{window-divider-mode}. Its value should be either | 1016 | window-divider-mode}. |
| 1017 | |||
| 1018 | @vindex window-divider-default-places | ||
| 1019 | To customize where dividers should appear, use the option | ||
| 1020 | @code{window-divider-default-places}. Its value should be either | ||
| 1017 | @code{bottom-only} (to show dividers only on the bottom of windows), | 1021 | @code{bottom-only} (to show dividers only on the bottom of windows), |
| 1018 | @code{right-only} (to show dividers only on the right of windows), | 1022 | @code{right-only} (to show dividers only on the right of windows), or |
| 1019 | @code{t} (to show them on the bottom and on the right) or @code{nil} (to | 1023 | @code{t} (to show them on the bottom and on the right). |
| 1020 | disable window dividers). | ||
| 1021 | 1024 | ||
| 1022 | @vindex window-divider-default-bottom-width | 1025 | @vindex window-divider-default-bottom-width |
| 1023 | @vindex window-divider-default-right-width | 1026 | @vindex window-divider-default-right-width |