/[emacs]/emacs/lispref/modes.texi
ViewVC logotype

Diff of /emacs/lispref/modes.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by miles, Mon Sep 1 15:45:41 2003 UTC revision 1.63 by lute, Mon Sep 8 07:59:06 2003 UTC
# Line 1481  function.  @xref{Buffer File Name}. Line 1481  function.  @xref{Buffer File Name}.
1481  The title (only on a window system) or the name of the selected frame.  The title (only on a window system) or the name of the selected frame.
1482  @xref{Window Frame Parameters}.  @xref{Window Frame Parameters}.
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    
1493  @item %l  @item %l
1494  The current line number of point, counting within the accessible portion  The current line number of point, counting within the accessible portion
1495  of the buffer.  of the buffer.

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26