changeset 52459:efa9d19d170e

(syms_of_buffer): Document `%i' and `%I' constructs for `mode-line-format'.
author Lute Kamstra <lute@gnu.org>
date Mon, 08 Sep 2003 07:52:23 +0000
parents 031533a680d7
children a2b41a4f0917
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Mon Sep 08 07:51:08 2003 +0000
+++ b/src/buffer.c	Mon Sep 08 07:52:23 2003 +0000
@@ -5372,6 +5372,8 @@
   %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.