diff options
| author | Eli Zaretskii | 2016-04-30 14:18:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-04-30 14:18:43 +0300 |
| commit | 86aa4094d7f8bb68863759cf109a046f4bad450d (patch) | |
| tree | 0f9b673529d576e180dcac821d0093aa3a4f3e6a | |
| parent | 70044595f9748eb4fe587cb019431bf1a323f9a5 (diff) | |
| download | emacs-86aa4094d7f8bb68863759cf109a046f4bad450d.tar.gz emacs-86aa4094d7f8bb68863759cf109a046f4bad450d.zip | |
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)
| -rw-r--r-- | doc/emacs/basic.texi | 9 |
1 files changed, 5 insertions, 4 deletions
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. | |||
| 337 | @kindex C-x C-n | 337 | @kindex C-x C-n |
| 338 | @findex set-goal-column | 338 | @findex set-goal-column |
| 339 | Use the current column of point as the @dfn{semipermanent goal column} | 339 | Use the current column of point as the @dfn{semipermanent goal column} |
| 340 | for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}). When a | 340 | for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}) in the current |
| 341 | semipermanent goal column is in effect, those commands always try to | 341 | buffer. When a semipermanent goal column is in effect, those commands |
| 342 | move to this column, or as close as possible to it, after moving | 342 | always try to move to this column, or as close as possible to it, |
| 343 | vertically. The goal column remains in effect until canceled. | 343 | after moving vertically. The goal column remains in effect until |
| 344 | canceled. | ||
| 344 | 345 | ||
| 345 | @item C-u C-x C-n | 346 | @item C-u C-x C-n |
| 346 | Cancel the goal column. Henceforth, @kbd{C-n} and @kbd{C-p} try to | 347 | Cancel the goal column. Henceforth, @kbd{C-n} and @kbd{C-p} try to |