aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-08-16 19:48:56 +0000
committerDave Love2000-08-16 19:48:56 +0000
commitad4a78d640941183cdc404f7e13eb70fd5916859 (patch)
tree1e15d31659e90182f7474c9e919825187ada5bab
parentdd5c1ea9b7933deeef753755cf23d729cc2afafe (diff)
downloademacs-ad4a78d640941183cdc404f7e13eb70fd5916859.tar.gz
emacs-ad4a78d640941183cdc404f7e13eb70fd5916859.zip
(Mode Line): xref Mode Line Mouse
-rw-r--r--man/screen.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/screen.texi b/man/screen.texi
index a28d844ddc3..d2c51aa2f11 100644
--- a/man/screen.texi
+++ b/man/screen.texi
@@ -266,7 +266,7 @@ all. @xref{Enabling Multibyte}.
266 266
267@cindex end-of-line conversion, mode-line indication 267@cindex end-of-line conversion, mode-line indication
268 The colon after @var{cs} can change to another string in certain 268 The colon after @var{cs} can change to another string in certain
269circumstances. Emacs uses newline to separate lines in the buffer. 269circumstances. Emacs uses newline characters to separate lines in the buffer.
270Some files use different conventions for separating lines: either 270Some files use different conventions for separating lines: either
271carriage-return linefeed (the MS-DOS convention) or just carriage-return 271carriage-return linefeed (the MS-DOS convention) or just carriage-return
272(the Macintosh convention). If the buffer's file uses carriage-return 272(the Macintosh convention). If the buffer's file uses carriage-return
@@ -291,6 +291,9 @@ formats by setting each of the variables @code{eol-mnemonic-unix},
291information to the mode line, such as the current column number of 291information to the mode line, such as the current column number of
292point, the current time, and whether new mail for you has arrived. 292point, the current time, and whether new mail for you has arrived.
293 293
294The mode line is mouse-sensitive and help text is echoed when you move
295the mouse across it. @xref{Mode Line Mouse}.
296
294@node Menu Bar 297@node Menu Bar
295@section The Menu Bar 298@section The Menu Bar
296@cindex menu bar 299@cindex menu bar