[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master e9e9629: Some further fixes in Change Window node.
From: |
Martin Rudalics |
Subject: |
[Emacs-diffs] master e9e9629: Some further fixes in Change Window node. (Bug#20183) |
Date: |
Thu, 02 Jul 2015 12:58:57 +0000 |
branch: master
commit e9e962976830855c586b65743abda7859cf5a6fb
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>
Some further fixes in Change Window node. (Bug#20183)
* doc/emacs/windows.texi (Change Window): Replace "rearranging"
by "resizing" in section title. Add some concept indices.
Suggested by N. Jackson (Bug#20183).
---
doc/emacs/windows.texi | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 27377f6..6d2eb1f 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -238,8 +238,10 @@ window (@code{find-file-read-only-other-window}).
@xref{Visiting}.
@end table
@node Change Window
address@hidden Deleting and Rearranging Windows
address@hidden Deleting and Resizing Windows
address@hidden delete window
address@hidden deleting windows
@table @kbd
@item C-x 0
Delete the selected window (@code{delete-window}).
@@ -285,6 +287,8 @@ selected window.
whole frame. (This command cannot be used while the minibuffer window
is active; attempting to do so signals an error.)
address@hidden resize window
address@hidden resizing windows
@kindex C-x ^
@findex enlarge-window
@kindex C-x @}
@@ -310,6 +314,10 @@ signal an error if you attempt to reduce the width of any
window below
a certain minimum number of columns, specified by the variable
@code{window-min-width} (the default is 10).
+ 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.
+
@kindex C-x -
@findex shrink-window-if-larger-than-buffer
@kbd{C-x -} (@code{shrink-window-if-larger-than-buffer}) reduces the
@@ -322,10 +330,6 @@ 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 (@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master e9e9629: Some further fixes in Change Window node. (Bug#20183),
Martin Rudalics <=