diff options
| author | Martin Rudalics | 2015-07-02 14:58:31 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2015-07-02 14:58:31 +0200 |
| commit | e9e962976830855c586b65743abda7859cf5a6fb (patch) | |
| tree | 3fa6a6f3b4cd710b4c27466535fe4de6d7a74b01 | |
| parent | 3323c56309da5df24266b916e07bfe424d09e3ff (diff) | |
| download | emacs-e9e962976830855c586b65743abda7859cf5a6fb.tar.gz emacs-e9e962976830855c586b65743abda7859cf5a6fb.zip | |
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).
| -rw-r--r-- | 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 27377f6f45b..6d2eb1f875a 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}. | |||
| 238 | @end table | 238 | @end table |
| 239 | 239 | ||
| 240 | @node Change Window | 240 | @node Change Window |
| 241 | @section Deleting and Rearranging Windows | 241 | @section Deleting and Resizing Windows |
| 242 | 242 | ||
| 243 | @cindex delete window | ||
| 244 | @cindex deleting windows | ||
| 243 | @table @kbd | 245 | @table @kbd |
| 244 | @item C-x 0 | 246 | @item C-x 0 |
| 245 | Delete the selected window (@code{delete-window}). | 247 | Delete the selected window (@code{delete-window}). |
| @@ -285,6 +287,8 @@ selected window. | |||
| 285 | whole frame. (This command cannot be used while the minibuffer window | 287 | whole frame. (This command cannot be used while the minibuffer window |
| 286 | is active; attempting to do so signals an error.) | 288 | is active; attempting to do so signals an error.) |
| 287 | 289 | ||
| 290 | @cindex resize window | ||
| 291 | @cindex resizing windows | ||
| 288 | @kindex C-x ^ | 292 | @kindex C-x ^ |
| 289 | @findex enlarge-window | 293 | @findex enlarge-window |
| 290 | @kindex C-x @} | 294 | @kindex C-x @} |
| @@ -310,6 +314,10 @@ signal an error if you attempt to reduce the width of any window below | |||
| 310 | a certain minimum number of columns, specified by the variable | 314 | a certain minimum number of columns, specified by the variable |
| 311 | @code{window-min-width} (the default is 10). | 315 | @code{window-min-width} (the default is 10). |
| 312 | 316 | ||
| 317 | Mouse clicks on the mode line (@pxref{Mode Line Mouse}) or on window | ||
| 318 | dividers (@pxref{Window Dividers}) provide another way to change window | ||
| 319 | heights and to split or delete windows. | ||
| 320 | |||
| 313 | @kindex C-x - | 321 | @kindex C-x - |
| 314 | @findex shrink-window-if-larger-than-buffer | 322 | @findex shrink-window-if-larger-than-buffer |
| 315 | @kbd{C-x -} (@code{shrink-window-if-larger-than-buffer}) reduces the | 323 | @kbd{C-x -} (@code{shrink-window-if-larger-than-buffer}) reduces the |
| @@ -322,10 +330,6 @@ lines to other windows in the frame. | |||
| 322 | You can also use @kbd{C-x +} (@code{balance-windows}) to even out the | 330 | You can also use @kbd{C-x +} (@code{balance-windows}) to even out the |
| 323 | heights of all the windows in the selected frame. | 331 | heights of all the windows in the selected frame. |
| 324 | 332 | ||
| 325 | Mouse clicks on the mode line (@pxref{Mode Line Mouse}) or on window | ||
| 326 | dividers (@pxref{Window Dividers}) provide another way to change window | ||
| 327 | heights and to split or delete windows. | ||
| 328 | |||
| 329 | @node Displaying Buffers | 333 | @node Displaying Buffers |
| 330 | @section Displaying a Buffer in a Window | 334 | @section Displaying a Buffer in a Window |
| 331 | 335 | ||