comparison src/buffer.c @ 90609:bb0e318b7c53

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 447-459) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 141-144) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
author Miles Bader <miles@gnu.org>
date Tue, 03 Oct 2006 05:04:21 +0000
parents c358d0861b16 b6668e8a8f5f
children f1d13e615070
comparison
equal deleted inserted replaced
90608:1bc627bac080 90609:bb0e318b7c53
5505 %p -- print percent of buffer above top of window, or Top, Bot or All. 5505 %p -- print percent of buffer above top of window, or Top, Bot or All.
5506 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5506 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5507 or print Bottom or All. 5507 or print Bottom or All.
5508 %n -- print Narrow if appropriate. 5508 %n -- print Narrow if appropriate.
5509 %t -- visited file is text or binary (if OS supports this distinction). 5509 %t -- visited file is text or binary (if OS supports this distinction).
5510 %z -- print mnemonics of buffer, terminal, and keyboard coding systems. 5510 %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
5511 %Z -- like %z, but including the end-of-line format. 5511 %Z -- like %z, but including the end-of-line format.
5512 %e -- print error message about full memory. 5512 %e -- print error message about full memory.
5513 %[ -- print one [ for each recursive editing level. %] similar. 5513 %[ -- print one [ for each recursive editing level. %] similar.
5514 %% -- print %. %- -- print infinitely many dashes. 5514 %% -- print %. %- -- print infinitely many dashes.
5515 Decimal digits after the % specify field width to which to pad. */); 5515 Decimal digits after the % specify field width to which to pad. */);