Mercurial > emacs
changeset 82179:70709e17ebee
* xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
remote default-directory.
* buffer.c (mode-line-format): Update doc string.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 28 Jul 2007 01:10:05 +0000 |
parents | 05a92f4e34f4 |
children | 9111398fdf27 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Sat Jul 28 01:07:39 2007 +0000 +++ b/src/buffer.c Sat Jul 28 01:10:05 2007 +0000 @@ -5501,12 +5501,12 @@ %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. */);