comparison src/buffer.c @ 83645:fd5b4a865d1d

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
author Miles Bader <miles@gnu.org>
date Tue, 24 Jul 2007 01:25:28 +0000
parents 0ece58f6e0aa 8b2047314d4c
children 65663fcd2caa
comparison
equal deleted inserted replaced
83644:0ece58f6e0aa 83645:fd5b4a865d1d
5529 %I -- like %i, but use k, M, G, etc., to abbreviate. 5529 %I -- like %i, but use k, M, G, etc., to abbreviate.
5530 %p -- print percent of buffer above top of window, or Top, Bot or All. 5530 %p -- print percent of buffer above top of window, or Top, Bot or All.
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.
5537 %e -- print error message about full memory. 5539 %e -- print error message about full memory.
5538 %[ -- print one [ for each recursive editing level. %] similar. 5540 %[ -- print one [ for each recursive editing level. %] similar.