Followup for last commit in the user manual

* doc/emacs/basic.texi (Moving Point): Clarify that
set-goal-column has buffer-local effect.  (Bug#23405)
This commit is contained in:
Eli Zaretskii 2016-04-30 14:18:43 +03:00
parent 70044595f9
commit 86aa4094d7

View file

@ -337,10 +337,11 @@ move to the column number specified by the argument's numeric value.
@kindex C-x C-n @kindex C-x C-n
@findex set-goal-column @findex set-goal-column
Use the current column of point as the @dfn{semipermanent goal column} Use the current column of point as the @dfn{semipermanent goal column}
for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}). When a for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}) in the current
semipermanent goal column is in effect, those commands always try to buffer. When a semipermanent goal column is in effect, those commands
move to this column, or as close as possible to it, after moving always try to move to this column, or as close as possible to it,
vertically. The goal column remains in effect until canceled. after moving vertically. The goal column remains in effect until
canceled.
@item C-u C-x C-n @item C-u C-x C-n
Cancel the goal column. Henceforth, @kbd{C-n} and @kbd{C-p} try to Cancel the goal column. Henceforth, @kbd{C-n} and @kbd{C-p} try to