]> code.delx.au - gnu-emacs/commitdiff
(Moving Point): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 31 May 2006 16:23:16 +0000 (16:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 31 May 2006 16:23:16 +0000 (16:23 +0000)
man/ChangeLog
man/basic.texi

index 6f3672717a448783a0cae073c87f0f5d494b10c5..cb462c465fb4a7f89a92fb127c8fa479758a9be7 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-31  Richard Stallman  <rms@gnu.org>
+
+       * basic.texi (Moving Point): Fix previous change.
+
 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.texi: Small typo fixes.
index d2a8b6f530f423b46a9b9ae88d5f4ae5bc1bf96b..26b3137d632cbba98aec2533c9234d4b5990eb72 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.