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

Diff of /emacs/lispref/text.texi

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

revision 1.106 by ttn, Sat Sep 3 18:19:32 2005 UTC revision 1.107 by cyd, Thu Sep 8 22:00:58 2005 UTC
# Line 1200  text in the buffer automatically add ele Line 1200  text in the buffer automatically add ele
1200  list, which is in the variable @code{buffer-undo-list}.  list, which is in the variable @code{buffer-undo-list}.
1201    
1202  @defvar buffer-undo-list  @defvar buffer-undo-list
1203  This variable's value is the undo list of the current buffer.  This buffer-local variable's value is the undo list of the current
1204  A value of @code{t} disables the recording of undo information.  buffer. A value of @code{t} disables the recording of undo information.
1205  @end defvar  @end defvar
1206    
1207  Here are the kinds of elements an undo list can have:  Here are the kinds of elements an undo list can have:
# Line 1768  justify existing text, see @ref{Filling} Line 1768  justify existing text, see @ref{Filling}
1768  justification style to refill portions of the text.  @xref{Margins}.  justification style to refill portions of the text.  @xref{Margins}.
1769    
1770  @defvar auto-fill-function  @defvar auto-fill-function
1771  The value of this variable should be a function (of no arguments) to be  The value of this buffer-local variable should be a function (of no
1772  called after self-inserting a character from the table  arguments) to be called after self-inserting a character from the table
1773  @code{auto-fill-chars}.  It may be @code{nil}, in which case nothing  @code{auto-fill-chars}.  It may be @code{nil}, in which case nothing
1774  special is done in that case.  special is done in that case.
1775    

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

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