Mercurial > emacs
changeset 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 | 1c7880df488d |
children | 83bb644ccd17 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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.