* doc/emacs/fixit.texi (Undo): Grammar fixes. (Bug#11779)
This commit is contained in:
parent
8c3a19aba0
commit
50d5cb25c8
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-06-26 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* fixit.texi (Undo): Grammar fixes. (Bug#11779)
|
||||
|
||||
2012-06-24 Michael Witten <mfwitten@gmail.com> (tiny change)
|
||||
|
||||
* fixit.texi (Undo): Fix typo. (Bug#11775)
|
||||
|
|
|
@ -109,9 +109,9 @@ Emacs to hold text that users don't normally look at or edit.
|
|||
@vindex undo-strong-limit
|
||||
@vindex undo-outer-limit
|
||||
@cindex undo limit
|
||||
When the undo records for a buffer becomes too large, Emacs discards
|
||||
the oldest undo records from time to time (during @dfn{garbage
|
||||
collection}). You can specify how much undo records to keep by
|
||||
When the undo information for a buffer becomes too large, Emacs discards
|
||||
the oldest records from time to time (during @dfn{garbage
|
||||
collection}). You can specify how much undo information to keep by
|
||||
setting the variables @code{undo-limit}, @code{undo-strong-limit}, and
|
||||
@code{undo-outer-limit}. Their values are expressed in bytes.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue