aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials
diff options
context:
space:
mode:
authorEli Zaretskii2012-01-14 13:27:16 +0200
committerEli Zaretskii2012-01-14 13:27:16 +0200
commit233ae9000657e56086ef9396e659af67e1fc2217 (patch)
treed31f64245041bafbf2655b2119e17570ed96bdfe /etc/tutorials
parent0dc18ae0eab213a8e6f90b4585cf4daf9a2b4141 (diff)
downloademacs-233ae9000657e56086ef9396e659af67e1fc2217.tar.gz
emacs-233ae9000657e56086ef9396e659af67e1fc2217.zip
etc/tutorials/TUTORIAL: Fix a typo.
Diffstat (limited to 'etc/tutorials')
-rw-r--r--etc/tutorials/TUTORIAL4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
index c41b5d1127e..e231d3907aa 100644
--- a/etc/tutorials/TUTORIAL
+++ b/etc/tutorials/TUTORIAL
@@ -839,8 +839,8 @@ go to the next occurrence of 'cursor' just type C-s again. If no such
839occurrence exists, Emacs beeps and tells you the search is currently 839occurrence exists, Emacs beeps and tells you the search is currently
840"failing". C-g would also terminate the search. 840"failing". C-g would also terminate the search.
841 841
842If you are in the middle of an incremental search and type <DEL>, this 842If you are in the middle of an incremental search and type <DEL>, the
843the search "retreats" to an earlier location. If you type <DEL> just 843search "retreats" to an earlier location. If you type <DEL> just
844after you had typed C-s to advance to the next occurrence of a search 844after you had typed C-s to advance to the next occurrence of a search
845string, the <DEL> moves the cursor back to an earlier occurrence. If 845string, the <DEL> moves the cursor back to an earlier occurrence. If
846there are no earlier occurrences, the <DEL> erases the last character 846there are no earlier occurrences, the <DEL> erases the last character