1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

etc/tutorials/TUTORIAL: Fix a typo.

This commit is contained in:
Eli Zaretskii 2012-01-14 13:27:16 +02:00
parent 0dc18ae0ea
commit 233ae90006

View 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