* doc/emacs/fixit.texi (Undo): Grammar fixes. (Bug#11779)
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Jun 2012 02:00:32 +0000 (22:00 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Jun 2012 02:00:32 +0000 (22:00 -0400)
doc/emacs/ChangeLog
doc/emacs/fixit.texi

index 0867e93..9f25598 100644 (file)
@@ -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)
index 92f652c..5de54a4 100644 (file)
@@ -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.