diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-07-22 23:19:00 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-07-22 23:19:00 +0000 |
commit | 3649e4e000927bb8febe8ed5137a4abd3f42ad66 (patch) | |
tree | f27d38a47dc223061dd1a5932ccd167cef4c6513 /src | |
parent | 3650f60e8a2d958369818c17f18ed42a85fab8c0 (diff) | |
download | emacs-3649e4e000927bb8febe8ed5137a4abd3f42ad66.tar.gz |
(mode-line-format): Describe above case in doc string.
Diffstat (limited to 'src')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 368da4763a5..1f66deb2455 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5501,6 +5501,8 @@ 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. |