]> code.delx.au - gnu-emacs/blobdiff - etc/tutorials/TUTORIAL
* tutorials/TUTORIAL.nl: Updated; synchronize with TUTORIAL.
[gnu-emacs] / etc / tutorials / TUTORIAL
index c41b5d1127eaf8720de95582266882e26c542c54..ccd438ad629a7c2a87b79a26cab919d764e8097d 100644 (file)
@@ -296,7 +296,7 @@ like A, 7, *, etc., are inserted as you type them.  To insert a
 Newline character, type <Return> (this is the key on the keyboard
 which is sometimes labeled "Enter").
 
-To delete <DEL> the character immediately before the current cursor
+To delete the character immediately before the current cursor
 position, type <DEL>.  This is the key on the keyboard usually labeled
 "Backspace"--the same one you normally use, outside Emacs, to delete
 the last character typed.
@@ -379,7 +379,7 @@ Reinsertion of killed text is called "yanking".  Generally, the
 commands that can remove a lot of text kill the text (they are set up so
 that you can yank the text), while the commands that remove just one
 character, or only remove blank lines and spaces, do deletion (so you
-cannot yank that text).  <DEL> and C-d  do deletion in the simplest
+cannot yank that text).  <DEL> and C-d do deletion in the simplest
 case, with no argument.  When given an argument, they kill instead.
 
 >> Move the cursor to the beginning of a line which is not empty.
@@ -577,7 +577,6 @@ Most of the time, the buffer's name is the same as the file name
 The buffer list you make with C-x C-b shows you both the buffer name
 and the file name of every buffer.
 
-ANY text you see in an Emacs window is always part of some buffer.
 Some buffers do not correspond to files.  The buffer named
 "*Buffer List*", which contains the buffer list that you made with
 C-x C-b, does not have any file.  This TUTORIAL buffer initially did
@@ -839,8 +838,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