]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-format): Describe above case in doc string.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 22 Jul 2007 23:19:00 +0000 (23:19 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 22 Jul 2007 23:19:00 +0000 (23:19 +0000)
src/buffer.c

index 368da4763a5ebbb1aaf60cb36831ffe70432cae8..1f66deb2455b1c4a607aa7497d0aecb2c29aa0f7 100644 (file)
@@ -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.