From 3649e4e000927bb8febe8ed5137a4abd3f42ad66 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 22 Jul 2007 23:19:00 +0000 Subject: [PATCH] (mode-line-format): Describe above case in doc string. --- src/buffer.c | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5