mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
*** empty log message ***
This commit is contained in:
parent
d7009f45d8
commit
f09ff28afc
1 changed files with 4 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ more information.
|
|||
Normally, the mode line looks like this:
|
||||
|
||||
@example
|
||||
-@var{cs}:@var{ch}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------
|
||||
-@var{cs}:@var{ch}@var{R}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
|
@ -211,6 +211,9 @@ been edited (the buffer is ``modified''), or @samp{--} if the buffer has
|
|||
not been edited. For a read-only buffer, it is @samp{%*} if the buffer
|
||||
is modified, and @samp{%%} otherwise.
|
||||
|
||||
@var{R} is @samp{@@} if the default-directory for the current buffer
|
||||
is on a remote machine, or a hyphen otherwise.
|
||||
|
||||
@var{fr} gives the selected frame name (@pxref{Frames}). It appears
|
||||
only on text-only terminals. The initial frame's name is @samp{F1}.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue