diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-02-03 07:31:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-02-03 07:31:56 +0000 |
commit | a08ff74cc5fe89edb73e3310a8f5b5249ab7db5a (patch) | |
tree | 1d862ef67bd332cbfbe50b208545f7bded0175cb /man/windows.texi | |
parent | 3a55fb34563ce929adb80f6730e3b2cba989db6d (diff) | |
download | emacs-a08ff74cc5fe89edb73e3310a8f5b5249ab7db5a.tar.gz |
(Basic Window): Mention color-change in mode line.
(Change Window): Explain dragging vertical boundaries.
Diffstat (limited to 'man/windows.texi')
-rw-r--r-- | man/windows.texi | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/man/windows.texi b/man/windows.texi index 8416c4be076..0d90a3b2e0c 100644 --- a/man/windows.texi +++ b/man/windows.texi @@ -60,8 +60,8 @@ only one mark position. Each window has its own mode line, which displays the buffer name, modification status and major and minor modes of the buffer that is -displayed in the window. @xref{Mode Line}, for full details on the mode -line. +displayed in the window. The selected window's mode line appears in a +different color. @xref{Mode Line}, for full details on the mode line. @iftex @break @@ -322,9 +322,14 @@ except for the echo area. @kbd{Mouse-3}, and delete all the windows in a frame except one window by clicking on that window's mode line with @kbd{Mouse-2}. - The easiest way to adjust window heights is with a mouse. If you -press @kbd{Mouse-1} on a mode line, you can drag that mode line up or -down, changing the heights of the windows above and below it. + You can also adjust window heights and widths with the mouse. If +you press @kbd{Mouse-1} on a mode line, you can drag that mode line up +or down, changing the heights of the windows above and below it. If +you press it on the divider between two consecutive mode lines, you +can drag that divider right or left, changing the widths of the +windows to either side. Note that changing heights and widths with +the mouse never deletes windows, it just refuses to make any window +smaller than it can be. @kindex C-x ^ @findex enlarge-window |