comparison lispref/modes.texi @ 52463:be54b19bb668

(%-Constructs): Document new `%i' and `%I' constructs.
author Lute Kamstra <lute@gnu.org>
date Mon, 08 Sep 2003 07:59:06 +0000
parents 695cf19ef79e
children 74d358d76ea8
comparison
equal deleted inserted replaced
52462:b118cda42fa3 52463:be54b19bb668
1479 1479
1480 @item %F 1480 @item %F
1481 The title (only on a window system) or the name of the selected frame. 1481 The title (only on a window system) or the name of the selected frame.
1482 @xref{Window Frame Parameters}. 1482 @xref{Window Frame Parameters}.
1483 1483
1484 @item %i
1485 The size of the accessible part of the current buffer; basically
1486 @code{(- (point-max) (point-min))}.
1487
1488 @item %I
1489 Like @samp{%i}, but the size is printed in a more readable way by using
1490 @samp{k} for 10^3, @samp{M} for 10^6, @samp{G} for 10^9, etc., to
1491 abbreviate.
1492
1484 @item %l 1493 @item %l
1485 The current line number of point, counting within the accessible portion 1494 The current line number of point, counting within the accessible portion
1486 of the buffer. 1495 of the buffer.
1487 1496
1488 @item %n 1497 @item %n