From: Nick Roberts Date: Sun, 22 Jul 2007 23:19:00 +0000 (+0000) Subject: (mode-line-format): Describe above case in doc string. X-Git-Tag: emacs-pretest-23.0.90~11781 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3649e4e000927bb8febe8ed5137a4abd3f42ad66;p=emacs.git (mode-line-format): Describe above case in doc string. --- 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.