emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Mon, 08 Sep 2003 03:59:06 -0400

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.62 emacs/lispref/modes.texi:1.63
*** emacs/lispref/modes.texi:1.62       Mon Sep  1 11:45:41 2003
--- emacs/lispref/modes.texi    Mon Sep  8 03:59:06 2003
***************
*** 1481,1486 ****
--- 1481,1495 ----
  The title (only on a window system) or the name of the selected frame.
  @xref{Window Frame Parameters}.
  
+ @item %i
+ The size of the accessible part of the current buffer; basically
+ @code{(- (point-max) (point-min))}.
+ 
+ @item %I
+ Like @samp{%i}, but the size is printed in a more readable way by using
+ @samp{k} for 10^3, @samp{M} for 10^6, @samp{G} for 10^9, etc., to
+ abbreviate.
+ 
  @item %l
  The current line number of point, counting within the accessible portion
  of the buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]