]> code.delx.au - gnu-emacs/commitdiff
etc/tutorials/TUTORIAL: Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2012 11:27:16 +0000 (13:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2012 11:27:16 +0000 (13:27 +0200)
etc/tutorials/TUTORIAL

index c41b5d1127eaf8720de95582266882e26c542c54..e231d3907aa80324ffe2405bc1762beff842f5a6 100644 (file)
@@ -839,8 +839,8 @@ go to the next occurrence of 'cursor' just type C-s again.  If no such
 occurrence exists, Emacs beeps and tells you the search is currently
 "failing".  C-g would also terminate the search.
 
-If you are in the middle of an incremental search and type <DEL>, this
-the search "retreats" to an earlier location.  If you type <DEL> just
+If you are in the middle of an incremental search and type <DEL>, the
+search "retreats" to an earlier location.  If you type <DEL> just
 after you had typed C-s to advance to the next occurrence of a search
 string, the <DEL> moves the cursor back to an earlier occurrence.  If
 there are no earlier occurrences, the <DEL> erases the last character