comparison man/basic.texi @ 90100:72cf6261961e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-69 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-71 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72 src/dispextern.h (xassert): Enable unconditionally. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-73 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 06 Feb 2005 12:06:02 +0000
parents fa9654493afb 801aa21b27e9
children 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
90099:fa9654493afb 90100:72cf6261961e
398 value of @code{undo-strong-limit} is 30000. 398 value of @code{undo-strong-limit} is 30000.
399 399
400 Regardless of the values of those variables, the most recent change 400 Regardless of the values of those variables, the most recent change
401 is never discarded unless it gets bigger than @code{undo-outer-limit} 401 is never discarded unless it gets bigger than @code{undo-outer-limit}
402 (normally 3,000,000). At that point, Emacs discards the undo data and 402 (normally 3,000,000). At that point, Emacs discards the undo data and
403 warns you about it. This is the only situation in which you can not 403 warns you about it. This is the only situation in which you cannot
404 undo the last command. If this happens, you can increase the value of 404 undo the last command. If this happens, you can increase the value of
405 @code{undo-outer-limit} to make it even less likely to happen in the 405 @code{undo-outer-limit} to make it even less likely to happen in the
406 future. But if you didn't expect the command to create such large 406 future. But if you didn't expect the command to create such large
407 undo data, then it is probably a bug and you should report it. 407 undo data, then it is probably a bug and you should report it.
408 @xref{Bugs,, Reporting Bugs}. 408 @xref{Bugs,, Reporting Bugs}.