emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/display.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/display.texi [lexbind]
Date: Tue, 14 Oct 2003 18:56:30 -0400

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.59.2.1 emacs/man/display.texi:1.59.2.2
*** emacs/man/display.texi:1.59.2.1     Fri Apr  4 01:20:47 2003
--- emacs/man/display.texi      Tue Oct 14 18:56:22 2003
***************
*** 315,321 ****
  
  @findex font-lock-remove-keywords
    To remove keywords from the font-lock highlighting patterns, use the
! function @code{font-lock-remove-keywords}.
  
  @cindex just-in-time (JIT) font-lock
  @cindex background syntax highlighting
--- 315,322 ----
  
  @findex font-lock-remove-keywords
    To remove keywords from the font-lock highlighting patterns, use the
! function @code{font-lock-remove-keywords}.  @xref{Search-based
! Fontification,,,elisp}, for documentation of the format of this list.
  
  @cindex just-in-time (JIT) font-lock
  @cindex background syntax highlighting
***************
*** 755,767 ****
  @node Optional Mode Line
  @section Optional Mode Line Features
  
  @cindex line number display
  @cindex display of line number
  @findex line-number-mode
    The current line number of point appears in the mode line when Line
  Number mode is enabled.  Use the command @kbd{M-x line-number-mode} to
  turn this mode on and off; normally it is on.  The line number appears
! before the buffer percentage @var{pos}, with the letter @samp{L} to
  indicate what it is.  @xref{Minor Modes}, for more information about
  minor modes and about how to use this command.
  
--- 756,790 ----
  @node Optional Mode Line
  @section Optional Mode Line Features
  
+ @cindex buffer size display
+ @cindex display of buffer size
+ @findex size-indication-mode
+   The buffer percentage @var{pos} indicates the percentage of the
+ buffer above the top of the window.  You can additionally display the
+ size of the buffer by typing @kbd{M-x size-indication-mode} to turn on
+ Size Indication mode.  The size will be displayed immediately
+ following the buffer percentage like this:
+ 
+ @example
+ @var{POS} of @var{SIZE}
+ @end example
+ 
+ @noindent
+ Here @var{SIZE} is the human readable representation of the number of
+ characters in the buffer, which means that @samp{k} for 10^3, @samp{M}
+ for 10^6, @samp{G} for 10^9, etc., are used to abbreviate.
+ 
+ @cindex narrowing, and buffer size display
+   If you have narrowed the buffer (@pxref{Narrowing}), the size of the
+ accessible part of the buffer is shown.
+ 
  @cindex line number display
  @cindex display of line number
  @findex line-number-mode
    The current line number of point appears in the mode line when Line
  Number mode is enabled.  Use the command @kbd{M-x line-number-mode} to
  turn this mode on and off; normally it is on.  The line number appears
! after the buffer percentage @var{pos}, with the letter @samp{L} to
  indicate what it is.  @xref{Minor Modes}, for more information about
  minor modes and about how to use this command.
  
***************
*** 1036,1038 ****
--- 1059,1065 ----
  a minor mode that highlights the line containing point.  Use @kbd{M-x
  hl-line-mode} to enable or disable it in the current buffer.  @kbd{M-x
  global-hl-line-mode} enables or disables the same mode globally.
+ 
+ @ignore
+    arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4
+ @end ignore




reply via email to

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