Mercurial > emacs
comparison man/basic.texi @ 59883:286359935087
(Undo): Clarify last change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Feb 2005 07:20:07 +0000 |
parents | 9d3ae9d4372d |
children | 801aa21b27e9 |
comparison
equal
deleted
inserted
replaced
59882:c0d4e9df6ed2 | 59883:286359935087 |
---|---|
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}. |