From: Lute Kamstra Date: Mon, 8 Sep 2003 07:52:23 +0000 (+0000) Subject: (syms_of_buffer): Document `%i' and `%I' constructs for X-Git-Tag: ttn-vms-21-2-B4~8878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77d31fb4c44cfffa23983d1f3335ed17e987206d;p=emacs.git (syms_of_buffer): Document `%i' and `%I' constructs for `mode-line-format'. --- diff --git a/src/buffer.c b/src/buffer.c index de466de485a..e41d114eaa3 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5372,6 +5372,8 @@ A string is printed verbatim in the mode line except for %-constructs: %c -- print the current column number (this makes editing slower). To make the column number update correctly in all cases, `column-number-mode' must be non-nil. + %i -- print the size of the buffer. + %I -- like %i, but use k, M, G, etc., to abbreviate. %p -- print percent of buffer above top of window, or Top, Bot or All. %P -- print percent of buffer above bottom of window, perhaps plus Top, or print Bottom or All.