From: Eli Zaretskii Date: Sat, 30 Apr 2016 11:18:43 +0000 (+0300) Subject: Followup for last commit in the user manual X-Git-Tag: emacs-25.0.94~126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86aa4094d7f8bb68863759cf109a046f4bad450d;p=emacs.git 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) --- diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 68581d03a85..b6939be4905 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -337,10 +337,11 @@ move to the column number specified by the argument's numeric value. @kindex C-x C-n @findex set-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 -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. +for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}) in the current +buffer. 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