diff options
| -rw-r--r-- | etc/TUTORIAL | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 4437ecd47b0..f629c644ac4 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -84,10 +84,9 @@ time, so it would be of great benefit if you learn them now. | |||
| 84 | >> Move into the line with C-f's and then up with C-p's. | 84 | >> Move into the line with C-f's and then up with C-p's. |
| 85 | See what C-p does when the cursor is in the middle of the line. | 85 | See what C-p does when the cursor is in the middle of the line. |
| 86 | 86 | ||
| 87 | Each of text line ends with a Newline character, which serves to | 87 | Each text line ends with a Newline character, which serves to separate |
| 88 | separate it from the following line. The last line in your file ought | 88 | it from the following line. The last line in your file ought to have |
| 89 | to have a Newline at the end (but Emacs does not require it to have | 89 | a Newline at the end (but Emacs does not require it to have one). |
| 90 | one). | ||
| 91 | 90 | ||
| 92 | >> Try to C-b at the beginning of a line. It should move to | 91 | >> Try to C-b at the beginning of a line. It should move to |
| 93 | the end of the previous line. This is because it moves back | 92 | the end of the previous line. This is because it moves back |