changeset 38172:aad260e72f97

Minor change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Jun 2001 08:17:21 +0000
parents 2bb155ae3902
children fe0513d0f974
files man/basic.texi man/commands.texi man/entering.texi
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/basic.texi	Sat Jun 23 19:44:13 2001 +0000
+++ b/man/basic.texi	Sun Jun 24 08:17:21 2001 +0000
@@ -251,7 +251,7 @@
 
 @vindex track-eol
   If you set the variable @code{track-eol} to a non-@code{nil} value,
-then @kbd{C-n} and @kbd{C-p} when at the end of the starting line move
+then @kbd{C-n} and @kbd{C-p}, when starting at the end of the line, move
 to the end of another line.  Normally, @code{track-eol} is @code{nil}.
 @xref{Variables}, for how to set variables such as @code{track-eol}.
 
--- a/man/commands.texi	Sat Jun 23 19:44:13 2001 +0000
+++ b/man/commands.texi	Sun Jun 24 08:17:21 2001 +0000
@@ -212,7 +212,7 @@
 after mentioning the key that runs it.  For example, we will say that
 ``The command @kbd{C-n} (@code{next-line}) moves point vertically
 down,'' meaning that @code{next-line} is a command that moves vertically
-down and @kbd{C-n} is a key that is standardly bound to it.
+down, and @kbd{C-n} is a key that is normally bound to it.
 
   While we are on the subject of information for customization only,
 it's a good time to tell you about @dfn{variables}.  Often the
--- a/man/entering.texi	Sat Jun 23 19:44:13 2001 +0000
+++ b/man/entering.texi	Sun Jun 24 08:17:21 2001 +0000
@@ -104,7 +104,7 @@
 
   When Emacs communicates directly with an X server and creates its own
 dedicated X windows, @kbd{C-z} has a different meaning.  Suspending an
-applications that uses its own X windows is not meaningful or useful.
+application that uses its own X windows is not meaningful or useful.
 Instead, @kbd{C-z} runs the command @code{iconify-or-deiconify-frame},
 which temporarily closes up the selected Emacs frame (@pxref{Frames}).
 The way to get back to a shell window is with the window manager.