diff options
| author | Miles Bader | 2005-02-02 01:54:00 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-02-02 01:54:00 +0000 |
| commit | f3d3402885646e6fa79f1ad59fb8a1f9017851d7 (patch) | |
| tree | 0d381cd0e2eb41edd55d4473bcaaab4053e69468 /man/basic.texi | |
| parent | 0d2e792ea9c1a983937e016f7f97cc64f2013603 (diff) | |
| parent | f2433a30c5c6fa307ae1358c15e65e484989e5b4 (diff) | |
| download | emacs-f3d3402885646e6fa79f1ad59fb8a1f9017851d7.tar.gz emacs-f3d3402885646e6fa79f1ad59fb8a1f9017851d7.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-10
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-59
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-68
Update from CVS
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 14 |
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 |
| 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 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 |
| 403 | undo information even for the current command. (You also have the | 403 | warns you about it. This is the only situation in which you can not |
| 404 | option of quitting.) So there is normally no danger that garbage | 404 | undo the last command. If this happens, you can increase the value of |
| 405 | collection occurring right after an unintentional large change might | 405 | @code{undo-outer-limit} to make it even less likely to happen in the |
| 406 | prevent you from undoing it. But if you didn't expect the command | 406 | future. But if you didn't expect the command to create such large |
| 407 | to create such large undo data, you can get rid of it and prevent | 407 | undo data, then it is probably a bug and you should report it. |
| 408 | Emacs 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 |