emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs fixit.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs fixit.texi
Date: Tue, 27 Jan 2009 21:00:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/27 21:00:15

Modified files:
        doc/emacs      : fixit.texi 

Log message:
        (Undo): Update undo limit values.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/fixit.texi?cvsroot=emacs&r1=1.7&r2=1.8

Patches:
Index: fixit.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/fixit.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- fixit.texi  8 Jan 2009 05:28:49 -0000       1.7
+++ fixit.texi  27 Jan 2009 21:00:14 -0000      1.8
@@ -121,14 +121,14 @@
   The variable @code{undo-limit} sets a soft limit: Emacs keeps undo
 data for enough commands to reach this size, and perhaps exceed it,
 but does not keep data for any earlier commands beyond that.  Its
-default value is 20000.  The variable @code{undo-strong-limit} sets a
+default value is 80000.  The variable @code{undo-strong-limit} sets a
 stricter limit: any previous command (though not the most recent one)
 that pushes the size past this amount is forgotten.  The default value
-of @code{undo-strong-limit} is 30000.
+of @code{undo-strong-limit} is 120000.
 
   Regardless of the values of those variables, the most recent change
 is never discarded unless it gets bigger than @code{undo-outer-limit}
-(normally 3,000,000).  At that point, Emacs discards the undo data and
+(normally 12,000,000).  At that point, Emacs discards the undo data and
 warns you about it.  This is the only situation in which you cannot
 undo the last command.  If this happens, you can increase the value of
 @code{undo-outer-limit} to make it even less likely to happen in the




reply via email to

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