aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorMiles Bader2007-07-24 01:25:28 +0000
committerMiles Bader2007-07-24 01:25:28 +0000
commit492d9f3e3ccd2b640958e840caa451e9e04e86db (patch)
treec87779daf272535b621216ef05179fa48102e57e /src/buffer.c
parent7eb1e4534e88a32fe5e549e630fdabf3e062be2b (diff)
parent1e8995158740b15936887264a3d7183beb5c51d9 (diff)
downloademacs-492d9f3e3ccd2b640958e840caa451e9e04e86db.tar.gz
emacs-492d9f3e3ccd2b640958e840caa451e9e04e86db.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 814-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c74a6cbc2a5..3c46bdc6981 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5531,6 +5531,8 @@ A string is printed verbatim in the mode line except for %-constructs:
5531 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5531 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5532 or print Bottom or All. 5532 or print Bottom or All.
5533 %n -- print Narrow if appropriate. 5533 %n -- print Narrow if appropriate.
5534 %R -- print R or hyphen. R means that default-directory is on a
5535 remote machine.
5534 %t -- visited file is text or binary (if OS supports this distinction). 5536 %t -- visited file is text or binary (if OS supports this distinction).
5535 %z -- print mnemonics of keyboard, terminal, and buffer coding systems. 5537 %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
5536 %Z -- like %z, but including the end-of-line format. 5538 %Z -- like %z, but including the end-of-line format.