[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-25 ed80184: Fix documentation of the mode line on em
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-25 ed80184: Fix documentation of the mode line on emacsclient frames |
Date: |
Mon, 7 Nov 2016 16:23:59 +0000 (UTC) |
branch: emacs-25
commit ed80184d0c837cdaeda1c73f71d8d0aea33fae10
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Fix documentation of the mode line on emacsclient frames
* doc/emacs/screen.texi (Mode Line): Document the '@' indicator on
emacsclient frames.
---
doc/emacs/screen.texi | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi
index 7165757..46ccca5 100644
--- a/doc/emacs/screen.texi
+++ b/doc/emacs/screen.texi
@@ -216,6 +216,11 @@ changes to either a forward slash (@samp{/}) or
@samp{(Mac)}. On some
systems, Emacs displays @samp{(Unix)} instead of the colon for files
that use newline as the line separator.
+ On frames created for @command{emacsclient} (@pxref{Invoking
+emacsclient}), the next character is @samp{@@}. This indication is
+typical for frames of an Emacs process running as a daemon
+(@pxref{Emacs Server}).
+
The next element on the mode line is the string indicated by
@var{ch}. This shows two dashes (@samp{--}) if the buffer displayed
in the window has the same contents as the corresponding file on the
@@ -225,7 +230,7 @@ shows @samp{%*} if the buffer is modified, and @samp{%%}
otherwise.
The character after @var{ch} is normally a dash (@samp{-}).
However, if the default-directory for the current buffer is on a
-remote machine, @samp{@@} is displayed instead (@pxref{File Names}).
+remote machine (@pxref{File Names}), @samp{@@} is displayed instead.
@var{fr} gives the selected frame name (@pxref{Frames}). It appears
only on text terminals. The initial frame's name is @samp{F1}.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-25 ed80184: Fix documentation of the mode line on emacsclient frames,
Eli Zaretskii <=