Mercurial > emacs
diff src/buffer.c @ 82045:8b2047314d4c
(mode-line-format): Describe above case in doc string.
| author | Nick Roberts <nickrob@snap.net.nz> |
|---|---|
| date | Sun, 22 Jul 2007 23:19:00 +0000 |
| parents | 69559cc5606f |
| children | b98604865ea0 fd5b4a865d1d 492971a3f31f |
line wrap: on
line diff
--- a/src/buffer.c Sun Jul 22 23:17:14 2007 +0000 +++ b/src/buffer.c Sun Jul 22 23:19:00 2007 +0000 @@ -5501,6 +5501,8 @@ %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.
