]> code.delx.au - gnu-emacs/blobdiff - etc/TUTORIAL
(Default Simplifications): Add missing ).
[gnu-emacs] / etc / TUTORIAL
index b82c5c81e6d9bf57dabe0df490f30fd59e3ab12d..ee92a6ae23368c1a5b5c7c05e4a074150cec4ffc 100644 (file)
@@ -65,7 +65,7 @@ There are several ways you can do this.  You can use the arrow keys,
 but it's more efficient to keep your hands in the standard position
 and use the commands C-p, C-b, C-f, and C-n.  These characters
 are equivalent to the four arrow keys, like this:
+
                          Previous line, C-p
                                  :
                                  :
@@ -198,7 +198,7 @@ any terminal.  The numeric argument is also called a "prefix argument",
 because you type the argument before the command it applies to.
 
 For instance, C-u 8 C-f moves forward eight characters.
-       
+
 >> Try using C-n or C-p with a numeric argument, to move the cursor
    to a line near this one with just one command.
 
@@ -606,7 +606,7 @@ messages that have appeared on the bottom line during your Emacs
 session.
 
 >> Type C-x b *Messages* <Return> to look at the buffer of messages.
-   Then type C-b TUTORIAL <Return> to come back to this tutorial.
+   Then type C-b TUTORIAL <Return> to come back to this tutorial.
 
 If you make changes to the text of one file, then find another file,
 this does not save the first file.  Its changes remain inside Emacs,
@@ -749,7 +749,7 @@ no stars, just dashes.
 
 The part of the mode line inside the parentheses is to tell you what
 editing modes you are in.  The default mode is Fundamental which is
-what you are using now.  It is an example of a "major mode".  
+what you are using now.  It is an example of a "major mode".
 
 Emacs has many different major modes.  Some of them are meant for
 editing different languages and/or kinds of text, such as Lisp mode,
@@ -994,7 +994,8 @@ a command character or sequence; then Emacs displays a very brief
 description of the command.
 
 >> Type C-h c C-p.
-  The message should be something like
+
+The message should be something like this:
 
        C-p runs the command previous-line
 
@@ -1115,3 +1116,5 @@ The conditions for copying Emacs itself are more complex, but in the
 same spirit.  Please read the file COPYING and then do give copies of
 GNU Emacs to your friends.  Help stamp out software obstructionism
 ("ownership") by using, writing, and sharing free software!
+
+;;; arch-tag: a0f84628-777f-4238-8865-451a73167f55