diff options
| author | Glenn Morris | 2012-06-25 22:00:32 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-25 22:00:32 -0400 |
| commit | 50d5cb25c8ffa4139a216eff87f8e9714ff6c0f7 (patch) | |
| tree | 304863508403145068824f6a9aaca6cb21999bdd /doc | |
| parent | 8c3a19aba0f100ad00cfaead72ed572d1c0e93b7 (diff) | |
| download | emacs-50d5cb25c8ffa4139a216eff87f8e9714ff6c0f7.tar.gz emacs-50d5cb25c8ffa4139a216eff87f8e9714ff6c0f7.zip | |
* doc/emacs/fixit.texi (Undo): Grammar fixes. (Bug#11779)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/fixit.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 0867e93c087..9f255986c0b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-06-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * fixit.texi (Undo): Grammar fixes. (Bug#11779) | ||
| 4 | |||
| 1 | 2012-06-24 Michael Witten <mfwitten@gmail.com> (tiny change) | 5 | 2012-06-24 Michael Witten <mfwitten@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * fixit.texi (Undo): Fix typo. (Bug#11775) | 7 | * fixit.texi (Undo): Fix typo. (Bug#11775) |
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 92f652ce80e..5de54a4ba1e 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi | |||
| @@ -109,9 +109,9 @@ Emacs to hold text that users don't normally look at or edit. | |||
| 109 | @vindex undo-strong-limit | 109 | @vindex undo-strong-limit |
| 110 | @vindex undo-outer-limit | 110 | @vindex undo-outer-limit |
| 111 | @cindex undo limit | 111 | @cindex undo limit |
| 112 | When the undo records for a buffer becomes too large, Emacs discards | 112 | When the undo information for a buffer becomes too large, Emacs discards |
| 113 | the oldest undo records from time to time (during @dfn{garbage | 113 | the oldest records from time to time (during @dfn{garbage |
| 114 | collection}). You can specify how much undo records to keep by | 114 | collection}). You can specify how much undo information to keep by |
| 115 | setting the variables @code{undo-limit}, @code{undo-strong-limit}, and | 115 | setting the variables @code{undo-limit}, @code{undo-strong-limit}, and |
| 116 | @code{undo-outer-limit}. Their values are expressed in bytes. | 116 | @code{undo-outer-limit}. Their values are expressed in bytes. |
| 117 | 117 | ||