]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of the mode line on emacsclient frames
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Nov 2016 16:23:54 +0000 (18:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Nov 2016 16:23:54 +0000 (18:23 +0200)
* doc/emacs/screen.texi (Mode Line): Document the '@' indicator on
emacsclient frames.

doc/emacs/screen.texi

index 716575706cf7bb9abe6730622d2a8b0996c06930..46ccca52aa8d8318781b790564af7aba718ec71b 100644 (file)
@@ -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}.