# HG changeset patch # User Eli Zaretskii # Date 977951461 0 # Node ID e8d926df8cc40bfd05e32606f3c22529ba9e478f # Parent 766c951092cc00fe36d9e1514b362e4910b7ca6d Fix a typo reported by "Andrew Hintz (Drew)" . diff -r 766c951092cc -r e8d926df8cc4 etc/TUTORIAL --- a/etc/TUTORIAL Wed Dec 27 17:08:35 2000 +0000 +++ b/etc/TUTORIAL Wed Dec 27 21:11:01 2000 +0000 @@ -84,10 +84,9 @@ >> Move into the line with C-f's and then up with C-p's. See what C-p does when the cursor is in the middle of the line. -Each of text line ends with a Newline character, which serves to -separate it from the following line. The last line in your file ought -to have a Newline at the end (but Emacs does not require it to have -one). +Each text line ends with a Newline character, which serves to separate +it from the following line. The last line in your file ought to have +a Newline at the end (but Emacs does not require it to have one). >> Try to C-b at the beginning of a line. It should move to the end of the previous line. This is because it moves back