comparison src/buffer.c @ 70931:83b791ca7b11

(mode-line-format): Fix docstring.
author Juri Linkov <juri@jurta.org>
date Thu, 25 May 2006 21:20:19 +0000
parents 8168db834af2
children b0505e901bff 46b1096093f5 a8190f7e546e
comparison
equal deleted inserted replaced
70930:f3ddca90b6b1 70931:83b791ca7b11
5438 %i -- print the size of the buffer. 5438 %i -- print the size of the buffer.
5439 %I -- like %i, but use k, M, G, etc., to abbreviate. 5439 %I -- like %i, but use k, M, G, etc., to abbreviate.
5440 %p -- print percent of buffer above top of window, or Top, Bot or All. 5440 %p -- print percent of buffer above top of window, or Top, Bot or All.
5441 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5441 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5442 or print Bottom or All. 5442 or print Bottom or All.
5443 %m -- print the mode name.
5444 %n -- print Narrow if appropriate. 5443 %n -- print Narrow if appropriate.
5444 %t -- visited file is text or binary (if OS supports this distinction).
5445 %z -- print mnemonics of buffer, terminal, and keyboard coding systems. 5445 %z -- print mnemonics of buffer, terminal, and keyboard coding systems.
5446 %Z -- like %z, but including the end-of-line format. 5446 %Z -- like %z, but including the end-of-line format.
5447 %e -- print error message about full memory.
5447 %[ -- print one [ for each recursive editing level. %] similar. 5448 %[ -- print one [ for each recursive editing level. %] similar.
5448 %% -- print %. %- -- print infinitely many dashes. 5449 %% -- print %. %- -- print infinitely many dashes.
5449 Decimal digits after the % specify field width to which to pad. */); 5450 Decimal digits after the % specify field width to which to pad. */);
5450 5451
5451 DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode, 5452 DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode,