diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-02-17 22:20:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-02-17 22:20:09 +0000 |
commit | 446809ab1e73dfbf273fe241127d81a93ee727a3 (patch) | |
tree | 8e8f66d3414902290087f6101169a0b1696a3f45 /man/screen.texi | |
parent | 358f71fdf6c1189dd8290af01d78990e0a434fc5 (diff) | |
download | emacs-446809ab1e73dfbf273fe241127d81a93ee727a3.tar.gz |
Don't say that the mode line is taller, because we are fixing that.
Minor cleanups.
Diffstat (limited to 'man/screen.texi')
-rw-r--r-- | man/screen.texi | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/man/screen.texi b/man/screen.texi index 4657a7a7bcd..4ed5f09f369 100644 --- a/man/screen.texi +++ b/man/screen.texi @@ -165,15 +165,13 @@ minibuffer by typing @kbd{C-g}. @xref{Minibuffer}. @cindex top level @c - Each text window's last line is a @dfn{mode line}, which describes what -is going on in that window. When there is only one text window, the -mode line appears right above the echo area; it is the next-to-last line -on the frame. The mode line starts and ends with dashes. On a -text-mode display, the mode line is in inverse video if the terminal -supports that; on a graphics display, the mode line is by default drawn -with a 3D box appearence, which makes it slightly larger than a normal -text line (if you don't like that, the 3D appearence can be turned off; -see @ref{Optional Mode Line}). + Each text window's last line is a @dfn{mode line}, which describes +what is going on in that window. When there is only one text window, +the mode line appears right above the echo area; it is the +next-to-last line on the frame. The mode line starts and ends with +dashes. On a text-mode display, the mode line is in inverse video if +the terminal supports that; on a graphics display, the mode line has a +3D box appearence to help it stand out. Normally, the mode line looks like this: @@ -295,8 +293,9 @@ formats by setting each of the variables @code{eol-mnemonic-unix}, information to the mode line, such as the current column number of point, the current time, and whether new mail for you has arrived. -The mode line is mouse-sensitive and help text is echoed when you move -the mouse across it. @xref{Mode Line Mouse}. +The mode line is mouse-sensitive; when you move the mouse across +various parts of it, Emacs displays help text to say what a click in +that place will do. @xref{Mode Line Mouse}. @node Menu Bar @section The Menu Bar |