emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/TUTORIAL


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/etc/TUTORIAL
Date: Tue, 04 Feb 2003 09:30:52 -0500

Index: emacs/etc/TUTORIAL
diff -c emacs/etc/TUTORIAL:1.56 emacs/etc/TUTORIAL:1.57
*** emacs/etc/TUTORIAL:1.56     Fri Nov 29 11:22:52 2002
--- emacs/etc/TUTORIAL  Tue Feb  4 09:30:41 2003
***************
*** 65,71 ****
  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
                                  :
                                  :
--- 65,71 ----
  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,204 ****
  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.
  
--- 198,204 ----
  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.
  
***************
*** 749,755 ****
  
  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".  
  
  Emacs has many different major modes.  Some of them are meant for
  editing different languages and/or kinds of text, such as Lisp mode,
--- 749,755 ----
  
  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".
  
  Emacs has many different major modes.  Some of them are meant for
  editing different languages and/or kinds of text, such as Lisp mode,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]