diff options
author | Martin Rudalics <rudalics@gmx.at> | 2015-07-02 14:39:17 +0200 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2015-07-02 14:39:17 +0200 |
commit | 3323c56309da5df24266b916e07bfe424d09e3ff (patch) | |
tree | 2dfb32a2e50c9341be68d80dafc0c883b17080eb | |
parent | 29f8228b5b549bcc3638617c24c79634ad6959c4 (diff) | |
download | emacs-3323c56309da5df24266b916e07bfe424d09e3ff.tar.gz |
Reference window dividers in Change Window section.
* doc/emacs/windows.texi (Change Window): Reference window
dividers.
-rw-r--r-- | doc/emacs/windows.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 98bc5323375..27377f6f45b 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -322,8 +322,9 @@ lines to other windows in the frame. You can also use @kbd{C-x +} (@code{balance-windows}) to even out the heights of all the windows in the selected frame. - Mouse clicks on the mode line provide another way to change window -heights and to delete windows. @xref{Mode Line Mouse}. + Mouse clicks on the mode line (@pxref{Mode Line Mouse}) or on window +dividers (@pxref{Window Dividers}) provide another way to change window +heights and to split or delete windows. @node Displaying Buffers @section Displaying a Buffer in a Window |