Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.106 emacs/lispref/text.texi:1.107
*** emacs/lispref/text.texi:1.106       Sat Sep  3 18:19:32 2005
--- emacs/lispref/text.texi     Thu Sep  8 22:00:58 2005
***************
*** 1200,1207 ****
  list, which is in the variable @code{buffer-undo-list}.
  
  @defvar buffer-undo-list
! This variable's value is the undo list of the current buffer.
! A value of @code{t} disables the recording of undo information.
  @end defvar
  
  Here are the kinds of elements an undo list can have:
--- 1200,1207 ----
  list, which is in the variable @code{buffer-undo-list}.
  
  @defvar buffer-undo-list
! This buffer-local variable's value is the undo list of the current
! buffer. A value of @code{t} disables the recording of undo information.
  @end defvar
  
  Here are the kinds of elements an undo list can have:
***************
*** 1768,1775 ****
  justification style to refill portions of the text.  @xref{Margins}.
  
  @defvar auto-fill-function
! The value of this variable should be a function (of no arguments) to be
! called after self-inserting a character from the table
  @code{auto-fill-chars}.  It may be @code{nil}, in which case nothing
  special is done in that case.
  
--- 1768,1775 ----
  justification style to refill portions of the text.  @xref{Margins}.
  
  @defvar auto-fill-function
! The value of this buffer-local variable should be a function (of no
! arguments) to be called after self-inserting a character from the table
  @code{auto-fill-chars}.  It may be @code{nil}, in which case nothing
  special is done in that case.
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to