aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-11-07 18:23:54 +0200
committerEli Zaretskii2016-11-07 18:23:54 +0200
commited80184d0c837cdaeda1c73f71d8d0aea33fae10 (patch)
tree4c50085d6cc1229d3e07a2bc1a1ef0165b7e8f01
parente6be8557d5b54d733529ff020434471a47528481 (diff)
downloademacs-ed80184d0c837cdaeda1c73f71d8d0aea33fae10.tar.gz
emacs-ed80184d0c837cdaeda1c73f71d8d0aea33fae10.zip
Fix documentation of the mode line on emacsclient frames
* doc/emacs/screen.texi (Mode Line): Document the '@' indicator on emacsclient frames.
-rw-r--r--doc/emacs/screen.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi
index 716575706cf..46ccca52aa8 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
216systems, Emacs displays @samp{(Unix)} instead of the colon for files 216systems, Emacs displays @samp{(Unix)} instead of the colon for files
217that use newline as the line separator. 217that use newline as the line separator.
218 218
219 On frames created for @command{emacsclient} (@pxref{Invoking
220emacsclient}), the next character is @samp{@@}. This indication is
221typical for frames of an Emacs process running as a daemon
222(@pxref{Emacs Server}).
223
219 The next element on the mode line is the string indicated by 224 The next element on the mode line is the string indicated by
220@var{ch}. This shows two dashes (@samp{--}) if the buffer displayed 225@var{ch}. This shows two dashes (@samp{--}) if the buffer displayed
221in the window has the same contents as the corresponding file on the 226in 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.
225 230
226 The character after @var{ch} is normally a dash (@samp{-}). 231 The character after @var{ch} is normally a dash (@samp{-}).
227However, if the default-directory for the current buffer is on a 232However, if the default-directory for the current buffer is on a
228remote machine, @samp{@@} is displayed instead (@pxref{File Names}). 233remote machine (@pxref{File Names}), @samp{@@} is displayed instead.
229 234
230 @var{fr} gives the selected frame name (@pxref{Frames}). It appears 235 @var{fr} gives the selected frame name (@pxref{Frames}). It appears
231only on text terminals. The initial frame's name is @samp{F1}. 236only on text terminals. The initial frame's name is @samp{F1}.