From 77d31fb4c44cfffa23983d1f3335ed17e987206d Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Mon, 8 Sep 2003 07:52:23 +0000 Subject: [PATCH] (syms_of_buffer): Document `%i' and `%I' constructs for `mode-line-format'. --- src/buffer.c | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2