From: Eli Zaretskii Date: Mon, 7 Nov 2016 16:23:54 +0000 (+0200) Subject: Fix documentation of the mode line on emacsclient frames X-Git-Tag: emacs-25.1.90~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed80184d0c837cdaeda1c73f71d8d0aea33fae10;p=emacs.git Fix documentation of the mode line on emacsclient frames * doc/emacs/screen.texi (Mode Line): Document the '@' indicator on emacsclient frames. --- 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 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}.