aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-06-25 22:00:32 -0400
committerGlenn Morris2012-06-25 22:00:32 -0400
commit50d5cb25c8ffa4139a216eff87f8e9714ff6c0f7 (patch)
tree304863508403145068824f6a9aaca6cb21999bdd
parent8c3a19aba0f100ad00cfaead72ed572d1c0e93b7 (diff)
downloademacs-50d5cb25c8ffa4139a216eff87f8e9714ff6c0f7.tar.gz
emacs-50d5cb25c8ffa4139a216eff87f8e9714ff6c0f7.zip
* doc/emacs/fixit.texi (Undo): Grammar fixes. (Bug#11779)
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/fixit.texi6
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 @@
12012-06-26 Glenn Morris <rgm@gnu.org>
2
3 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
4
12012-06-24 Michael Witten <mfwitten@gmail.com> (tiny change) 52012-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
113the oldest undo records from time to time (during @dfn{garbage 113the oldest records from time to time (during @dfn{garbage
114collection}). You can specify how much undo records to keep by 114collection}). You can specify how much undo information to keep by
115setting the variables @code{undo-limit}, @code{undo-strong-limit}, and 115setting 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