aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Witten2012-06-24 16:45:10 -0700
committerGlenn Morris2012-06-24 16:45:10 -0700
commit3b6f72805ec9de05c39e443fa178fd23bef69e00 (patch)
tree786e2028d3c285b97b78d01fd879372e7a9a694f /doc
parent4961643b93520b0a18a228e4983e17c82f757cde (diff)
downloademacs-3b6f72805ec9de05c39e443fa178fd23bef69e00.tar.gz
emacs-3b6f72805ec9de05c39e443fa178fd23bef69e00.zip
* doc/emacs/fixit.texi (Undo): Fix typo. (tiny change)
Fixes: debbugs:11775
Diffstat (limited to 'doc')
-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