diff options
| author | Eli Zaretskii | 2016-11-07 18:23:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-07 18:23:54 +0200 |
| commit | ed80184d0c837cdaeda1c73f71d8d0aea33fae10 (patch) | |
| tree | 4c50085d6cc1229d3e07a2bc1a1ef0165b7e8f01 | |
| parent | e6be8557d5b54d733529ff020434471a47528481 (diff) | |
| download | emacs-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.texi | 7 |
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 | |||
| 216 | systems, Emacs displays @samp{(Unix)} instead of the colon for files | 216 | systems, Emacs displays @samp{(Unix)} instead of the colon for files |
| 217 | that use newline as the line separator. | 217 | that use newline as the line separator. |
| 218 | 218 | ||
| 219 | On frames created for @command{emacsclient} (@pxref{Invoking | ||
| 220 | emacsclient}), the next character is @samp{@@}. This indication is | ||
| 221 | typical 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 |
| 221 | in the window has the same contents as the corresponding file on the | 226 | 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. | |||
| 225 | 230 | ||
| 226 | The character after @var{ch} is normally a dash (@samp{-}). | 231 | The character after @var{ch} is normally a dash (@samp{-}). |
| 227 | However, if the default-directory for the current buffer is on a | 232 | However, if the default-directory for the current buffer is on a |
| 228 | remote machine, @samp{@@} is displayed instead (@pxref{File Names}). | 233 | remote 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 |
| 231 | only on text terminals. The initial frame's name is @samp{F1}. | 236 | only on text terminals. The initial frame's name is @samp{F1}. |