]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/fixit.texi (Undo): Fix typo. (tiny change)
authorMichael Witten <mfwitten@gmail.com>
Sun, 24 Jun 2012 23:45:10 +0000 (16:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 24 Jun 2012 23:45:10 +0000 (16:45 -0700)
Fixes: debbugs:11775
doc/emacs/ChangeLog
doc/emacs/fixit.texi

index ca649f70b0c958458a10d6bf631a6ea8307567e8..0867e93c0877a10d957dc8d99e02a8676b2f37bb 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-24  Michael Witten  <mfwitten@gmail.com>  (tiny change)
+
+       * fixit.texi (Undo): Fix typo.  (Bug#11775)
+
 2012-06-19  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
index 2857e2b1af6b8c241d7373614f3f5cadfb9823f2..92f652ce80e3d9eefc8ffb4fcbb34e119ba141d3 100644 (file)
@@ -35,7 +35,7 @@ These were described earlier in this manual.  @xref{Erasing}.
   The @dfn{undo} command reverses recent changes in the buffer's text.
 Each buffer records changes individually, and the undo command always
 applies to the current buffer.  You can undo all the changes in a
-buffer for as far as back its records go.  Usually, each editing
+buffer for as far back as the buffer's records go.  Usually, each editing
 command makes a separate entry in the undo records, but some commands
 such as @code{query-replace} divide their changes into multiple
 entries for flexibility in undoing.  Consecutive character insertion