diff options
| author | Michael Witten | 2012-06-24 16:45:10 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-24 16:45:10 -0700 |
| commit | 3b6f72805ec9de05c39e443fa178fd23bef69e00 (patch) | |
| tree | 786e2028d3c285b97b78d01fd879372e7a9a694f | |
| parent | 4961643b93520b0a18a228e4983e17c82f757cde (diff) | |
| download | emacs-3b6f72805ec9de05c39e443fa178fd23bef69e00.tar.gz emacs-3b6f72805ec9de05c39e443fa178fd23bef69e00.zip | |
* doc/emacs/fixit.texi (Undo): Fix typo. (tiny change)
Fixes: debbugs:11775
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/fixit.texi | 2 |
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 @@ | |||
| 1 | 2012-06-24 Michael Witten <mfwitten@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * fixit.texi (Undo): Fix typo. (Bug#11775) | ||
| 4 | |||
| 1 | 2012-06-19 Glenn Morris <rgm@gnu.org> | 5 | 2012-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. |
| 36 | Each buffer records changes individually, and the undo command always | 36 | Each buffer records changes individually, and the undo command always |
| 37 | applies to the current buffer. You can undo all the changes in a | 37 | applies to the current buffer. You can undo all the changes in a |
| 38 | buffer for as far as back its records go. Usually, each editing | 38 | buffer for as far back as the buffer's records go. Usually, each editing |
| 39 | command makes a separate entry in the undo records, but some commands | 39 | command makes a separate entry in the undo records, but some commands |
| 40 | such as @code{query-replace} divide their changes into multiple | 40 | such as @code{query-replace} divide their changes into multiple |
| 41 | entries for flexibility in undoing. Consecutive character insertion | 41 | entries for flexibility in undoing. Consecutive character insertion |