emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Thu, 08 Sep 2005 18:01:09 -0400

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.
  




reply via email to

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