aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi15
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
1011separate windows visually. Window dividers are bars that can be dragged 1011separate windows visually. Window dividers are bars that can be dragged
1012with the mouse, thus allowing to easily resize adjacent windows. 1012with 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 1016window-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).
1020disable 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