aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-01-31 23:18:45 +0000
committerLuc Teirlinck2005-01-31 23:18:45 +0000
commit23c5319c0ef847f0db8121fc4d435d47359a163d (patch)
treeac1f6f6cdc954d4247d87be531ab5267164e9cf6
parentfb89c330967ec70bb2cfc5d0af0b440fffbe29df (diff)
downloademacs-23c5319c0ef847f0db8121fc4d435d47359a163d.tar.gz
emacs-23c5319c0ef847f0db8121fc4d435d47359a163d.zip
(Undo): Update description of `undo-outer-limit'.
-rw-r--r--man/basic.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/basic.texi b/man/basic.texi
index c04d8cf914c..29bf6d4e207 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -399,13 +399,13 @@ 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
401is never discarded unless it gets bigger than @code{undo-outer-limit} 401is never discarded unless it gets bigger than @code{undo-outer-limit}
402(normally 300,000). At that point, Emacs asks whether to discard the 402(normally 3,000,000). At that point, Emacs discards the undo data and
403undo information even for the current command. (You also have the 403warns you about it. This is the only situation in which you can not
404option of quitting.) So there is normally no danger that garbage 404undo the last command. If this happens, you can increase the value of
405collection occurring right after an unintentional large change might 405@code{undo-outer-limit} to make it even less likely to happen in the
406prevent you from undoing it. But if you didn't expect the command 406future. But if you didn't expect the command to create such large
407to create such large undo data, you can get rid of it and prevent 407undo data, then it is probably a bug and you should report it.
408Emacs from running out of memory. 408@xref{Bugs,, Reporting Bugs}.
409 409
410 The reason the @code{undo} command has two keys, @kbd{C-x u} and 410 The reason the @code{undo} command has two keys, @kbd{C-x u} and
411@kbd{C-_}, set up to run it is that it is worthy of a single-character 411@kbd{C-_}, set up to run it is that it is worthy of a single-character