summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2007-07-28 01:16:18 +0000
committerNick Roberts <nickrob@snap.net.nz>2007-07-28 01:16:18 +0000
commitf716503448936e55acf3f32d0e8ddd8d407ca4e1 (patch)
tree87ab486ef9f728b55d624db42be3837cab0c304e /src/buffer.c
parenta10421a1e110940c7cba6c3d48313c65f451401c (diff)
downloademacs-f716503448936e55acf3f32d0e8ddd8d407ca4e1.tar.gz
* xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
remote default-directory. * buffer.c (mode-line-format): Update doc string.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2ded9857455..127bfba44e0 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5501,12 +5501,12 @@ A string is printed verbatim in the mode line except for %-constructs:
%P -- print percent of buffer above bottom of window, perhaps plus Top,
or print Bottom or All.
%n -- print Narrow if appropriate.
- %R -- print R or hyphen. R means that default-directory is on a
- remote machine.
%t -- visited file is text or binary (if OS supports this distinction).
%z -- print mnemonics of keyboard, terminal, and buffer coding systems.
%Z -- like %z, but including the end-of-line format.
%e -- print error message about full memory.
+ %@ -- print @ or hyphen. @ means that default-directory is on a
+ remote machine.
%[ -- print one [ for each recursive editing level. %] similar.
%% -- print %. %- -- print infinitely many dashes.
Decimal digits after the % specify field width to which to pad. */);