diff options
| author | Glenn Morris | 2012-05-02 21:22:38 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-02 21:22:38 -0400 |
| commit | 187c4f85ade8364f210546d789ec953f1e54af90 (patch) | |
| tree | fbdd1f1c02d02e45a20b99063cb030dde9ebc075 /doc | |
| parent | ebf87fdb515d5d2e6af2d5fb2457a8966aab2ede (diff) | |
| download | emacs-187c4f85ade8364f210546d789ec953f1e54af90.tar.gz emacs-187c4f85ade8364f210546d789ec953f1e54af90.zip | |
* doc/emacs/fixit.texi (Fixit, Undo): Reword to improve page-breaks.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/fixit.texi | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4e0a8a8f428..edc89a02f34 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * fixit.texi (Fixit, Undo): Reword to improve page-breaks. | ||
| 4 | |||
| 1 | 2012-05-01 Glenn Morris <rgm@gnu.org> | 5 | 2012-05-01 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.texi (@copying): Only print EDITION in the TeX version. | 7 | * emacs.texi (@copying): Only print EDITION in the TeX version. |
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 85fac2b146b..2857e2b1af6 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi | |||
| @@ -8,9 +8,9 @@ | |||
| 8 | @cindex mistakes, correcting | 8 | @cindex mistakes, correcting |
| 9 | 9 | ||
| 10 | In this chapter we describe commands that are useful when you catch | 10 | In this chapter we describe commands that are useful when you catch |
| 11 | a mistake while editing. The most fundamental command for correcting | 11 | a mistake while editing. The most fundamental of these commands is |
| 12 | erroneous editing is the undo command @kbd{C-/} (which is also bound | 12 | the undo command @kbd{C-/} (also bound to @kbd{C-x u} and @kbd{C-_}). |
| 13 | to @kbd{C-x u} and @kbd{C-_}). This undoes a single command, or a | 13 | This undoes a single command, or a |
| 14 | part of a command (as in the case of @code{query-replace}), or several | 14 | part of a command (as in the case of @code{query-replace}), or several |
| 15 | consecutive character insertions. Consecutive repetitions of | 15 | consecutive character insertions. Consecutive repetitions of |
| 16 | @kbd{C-/} undo earlier and earlier changes, back to the limit of the | 16 | @kbd{C-/} undo earlier and earlier changes, back to the limit of the |
| @@ -60,7 +60,6 @@ beginners to remember: @samp{u} stands for ``undo''. It is also bound | |||
| 60 | to @kbd{C-_} because typing @kbd{C-/} on some text terminals actually | 60 | to @kbd{C-_} because typing @kbd{C-/} on some text terminals actually |
| 61 | enters @kbd{C-_}.}. This undoes the most recent change in the buffer, | 61 | enters @kbd{C-_}.}. This undoes the most recent change in the buffer, |
| 62 | and moves point back to where it was before that change. | 62 | and moves point back to where it was before that change. |
| 63 | |||
| 64 | Consecutive repetitions of @kbd{C-/} (or its aliases) undo earlier | 63 | Consecutive repetitions of @kbd{C-/} (or its aliases) undo earlier |
| 65 | and earlier changes in the current buffer. If all the recorded | 64 | and earlier changes in the current buffer. If all the recorded |
| 66 | changes have already been undone, the undo command signals an error. | 65 | changes have already been undone, the undo command signals an error. |
| @@ -75,7 +74,7 @@ changes you have undone, type @kbd{C-f} or any other command that | |||
| 75 | harmlessly breaks the sequence of undoing; then type @kbd{C-/} to undo | 74 | harmlessly breaks the sequence of undoing; then type @kbd{C-/} to undo |
| 76 | the undo command. | 75 | the undo command. |
| 77 | 76 | ||
| 78 | On the other hand, if you want to resume undoing, without redoing | 77 | Alternatively, if you want to resume undoing, without redoing |
| 79 | previous undo commands, use @kbd{M-x undo-only}. This is like | 78 | previous undo commands, use @kbd{M-x undo-only}. This is like |
| 80 | @code{undo}, but will not redo changes you have just undone. | 79 | @code{undo}, but will not redo changes you have just undone. |
| 81 | 80 | ||