emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108055: * doc/emacs/fixit.texi (U


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108055: * doc/emacs/fixit.texi (Undo): Fix typo. (tiny change)
Date: Sun, 24 Jun 2012 16:45:10 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108055
fixes bug: http://debbugs.gnu.org/11775
author: Michael Witten <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-06-24 16:45:10 -0700
message:
  * doc/emacs/fixit.texi (Undo): Fix typo.  (tiny change)
modified:
  doc/emacs/ChangeLog
  doc/emacs/fixit.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-06-19 01:59:38 +0000
+++ b/doc/emacs/ChangeLog       2012-06-24 23:45:10 +0000
@@ -1,3 +1,7 @@
+2012-06-24  Michael Witten  <address@hidden>  (tiny change)
+
+       * fixit.texi (Undo): Fix typo.  (Bug#11775)
+
 2012-06-19  Glenn Morris  <address@hidden>
 
        * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)

=== modified file 'doc/emacs/fixit.texi'
--- a/doc/emacs/fixit.texi      2012-05-03 01:22:38 +0000
+++ b/doc/emacs/fixit.texi      2012-06-24 23:45:10 +0000
@@ -35,7 +35,7 @@
   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]