1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

* doc/emacs/fixit.texi (Undo): Fix typo. (tiny change)

Fixes: debbugs:11775
This commit is contained in:
Michael Witten 2012-06-24 16:45:10 -07:00 committed by Glenn Morris
parent 4961643b93
commit 3b6f72805e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-24 Michael Witten <mfwitten@gmail.com> (tiny change)
* fixit.texi (Undo): Fix typo. (Bug#11775)
2012-06-19 Glenn Morris <rgm@gnu.org>
* Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)

View File

@ -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