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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/TUTORIAL
Date: Fri, 19 Jul 2002 16:55:06 -0400

Index: emacs/etc/TUTORIAL
diff -c emacs/etc/TUTORIAL:1.52 emacs/etc/TUTORIAL:1.53
*** emacs/etc/TUTORIAL:1.52     Wed Jul  3 05:49:28 2002
--- emacs/etc/TUTORIAL  Fri Jul 19 16:55:05 2002
***************
*** 759,765 ****
  switch to that mode.  For example, M-x fundamental-mode is a command to
  switch to Fundamental mode.
  
! If you are going to be editing English text, such as this file, you
  should probably use Text Mode.
  >> Type M-x text mode<Return>.
  
--- 759,765 ----
  switch to that mode.  For example, M-x fundamental-mode is a command to
  switch to Fundamental mode.
  
! If you are going to be editing human-language text, such as this file, you
  should probably use Text Mode.
  >> Type M-x text mode<Return>.
  
***************
*** 785,794 ****
  major mode.  So you can use no minor modes, or one minor mode, or any
  combination of several minor modes.
  
! One minor mode which is very useful, especially for editing English
! text, is Auto Fill mode.  When this mode is on, Emacs breaks the line
! in between words automatically whenever you insert text and make a
! line that is too wide.
  
  You can turn Auto Fill mode on by doing M-x auto fill mode<Return>.
  When the mode is on, you can turn it off again by doing M-x
--- 785,794 ----
  major mode.  So you can use no minor modes, or one minor mode, or any
  combination of several minor modes.
  
! One minor mode which is very useful, especially for editing
! human-language text, is Auto Fill mode.  When this mode is on, Emacs
! breaks the line in between words automatically whenever you insert
! text and make a line that is too wide.
  
  You can turn Auto Fill mode on by doing M-x auto fill mode<Return>.
  When the mode is on, you can turn it off again by doing M-x



reply via email to

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