aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/fixit.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12012-06-24 Michael Witten <mfwitten@gmail.com> (tiny change)
2
3 * fixit.texi (Undo): Fix typo. (Bug#11775)
4
12012-06-19 Glenn Morris <rgm@gnu.org> 52012-06-19 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737) 7 * 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}.
35 The @dfn{undo} command reverses recent changes in the buffer's text. 35 The @dfn{undo} command reverses recent changes in the buffer's text.
36Each buffer records changes individually, and the undo command always 36Each buffer records changes individually, and the undo command always
37applies to the current buffer. You can undo all the changes in a 37applies to the current buffer. You can undo all the changes in a
38buffer for as far as back its records go. Usually, each editing 38buffer for as far back as the buffer's records go. Usually, each editing
39command makes a separate entry in the undo records, but some commands 39command makes a separate entry in the undo records, but some commands
40such as @code{query-replace} divide their changes into multiple 40such as @code{query-replace} divide their changes into multiple
41entries for flexibility in undoing. Consecutive character insertion 41entries for flexibility in undoing. Consecutive character insertion