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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Mon, 31 Jan 2005 18:31:22 -0500

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.89 emacs/lispref/text.texi:1.90
*** emacs/lispref/text.texi:1.89        Mon Jan 31 23:22:11 2005
--- emacs/lispref/text.texi     Mon Jan 31 23:31:21 2005
***************
*** 1321,1340 ****
  them from using up all available memory space, garbage collection trims
  them back to size limits you can set.  (For this purpose, the ``size''
  of an undo list measures the cons cells that make up the list, plus the
! strings of deleted text.)  Two variables control the range of acceptable
! sizes: @code{undo-limit} and @code{undo-strong-limit}.
  
! @defvar undo-limit
  This is the soft limit for the acceptable size of an undo list.  The
  change group at which this size is exceeded is the last one kept.
! @end defvar
  
! @defvar undo-strong-limit
  This is the upper limit for the acceptable size of an undo list.  The
  change group at which this size is exceeded is discarded itself (along
  with all older change groups).  There is one exception: the very latest
! change group is never discarded no matter how big it is.
! @end defvar
  
  @node Filling
  @comment  node-name,  next,  previous,  up
--- 1321,1347 ----
  them from using up all available memory space, garbage collection trims
  them back to size limits you can set.  (For this purpose, the ``size''
  of an undo list measures the cons cells that make up the list, plus the
! strings of deleted text.)  Three variables control the range of acceptable
! sizes: @code{undo-limit}, @code{undo-strong-limit} and
! @code{undo-outer-limit}.
  
! @defopt undo-limit
  This is the soft limit for the acceptable size of an undo list.  The
  change group at which this size is exceeded is the last one kept.
! @end defopt
  
! @defopt undo-strong-limit
  This is the upper limit for the acceptable size of an undo list.  The
  change group at which this size is exceeded is discarded itself (along
  with all older change groups).  There is one exception: the very latest
! change group is only discarded if it exceeds @code{undo-outer-limit}.
! @end defopt
! 
! @defopt undo-outer-limit
! If at garbage collection time the undo info for the current command
! exceeds this limit, Emacs discards the info and prints a warning
! message.  This is a last ditch limit to prevent memory overflow.
! @end defopt
  
  @node Filling
  @comment  node-name,  next,  previous,  up




reply via email to

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