From 3b6f72805ec9de05c39e443fa178fd23bef69e00 Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Sun, 24 Jun 2012 16:45:10 -0700 Subject: [PATCH] * doc/emacs/fixit.texi (Undo): Fix typo. (tiny change) Fixes: debbugs:11775 --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/fixit.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ca649f70b0c..0867e93c087 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-06-24 Michael Witten (tiny change) + + * fixit.texi (Undo): Fix typo. (Bug#11775) + 2012-06-19 Glenn Morris * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737) diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 2857e2b1af6..92f652ce80e 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 -- 2.39.5