]> code.delx.au - gnu-emacs/blobdiff - man/basic.texi
Merge from gnus--rel--5.10
[gnu-emacs] / man / basic.texi
index d2a8b6f530f423b46a9b9ae88d5f4ae5bc1bf96b..5d91685e9e4a6774dc31fd1d913513751427b247 100644 (file)
@@ -254,10 +254,10 @@ minibuffer empty, that number is used for @var{n}.
 @findex set-goal-column
 @kindex C-x C-n
 Use the current column of point as the @dfn{semipermanent goal column}
-for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}).  Henceforth,
-those commands always try move to this column, or as close as possible
-to it, after moving vertically.  The goal column remains in effect
-until canceled.
+for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}).  When a
+semipermanent goal column is in effect, those commands always try to
+move to this column, or as close as possible to it, after moving
+vertically.  The goal column remains in effect until canceled.
 @item C-u C-x C-n
 Cancel the goal column.  Henceforth, @kbd{C-n} and @kbd{C-p} try to
 preserve the horizontal position, as usual.
@@ -480,7 +480,7 @@ does not appear at all.  @samp{$} in the last column or a small
 straight arrow in the window's right fringe indicates a truncated
 line.
 
-  @xref{Display Custom}, for more about line truncation,
+  @xref{Line Truncation}, for more about line truncation,
 and other variables that control how text is displayed.
 
 @node Position Info
@@ -736,7 +736,7 @@ can separate the argument from the digit to insert with another
 @kbd{C-u}; for example, @kbd{C-u 6 4 C-u 1} does insert 64 copies of
 the character @samp{1}.
 
-  We use the term ``prefix argument'' as well as ``numeric argument'',
+  We use the term ``prefix argument'' as well as ``numeric argument,''
 to emphasize that you type these argument before the command, and to
 distinguish them from minibuffer arguments that come after the
 command.