all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Witten <mfwitten@gmail.com>
To: 11775@debbugs.gnu.org
Subject: bug#11775: [PATCH] doc/emacs/fixit.texi: Trivial transposition of words in order to correct grammar
Date: Sun, 24 Jun 2012 22:48:17 -0000	[thread overview]
Message-ID: <2c23a94d3ff54f769399dedf69961d9c-mfwitten@gmail.com> (raw)

The text was:

  as far as back its records go

This commit transposes "as" and "back", so that the
text now reads as follows:

  as far back as the buffer's records go.

Note, too, that the word "its" has been replaced with the
word "buffer's", which I believe makes the meaning of the
sentence more explicit.
---
 doc/emacs/fixit.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi
index 8f75c5e..3012456 100644
--- a/doc/emacs/fixit.texi
+++ b/doc/emacs/fixit.texi
@@ -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
-- 
1.7.11.1.29.gf71be5c






             reply	other threads:[~2012-06-24 22:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-24 22:48 Michael Witten [this message]
2012-06-24 23:45 ` bug#11775: [PATCH] doc/emacs/fixit.texi: Trivial transposition of words in order to correct grammar Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2c23a94d3ff54f769399dedf69961d9c-mfwitten@gmail.com \
    --to=mfwitten@gmail.com \
    --cc=11775@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.