Improve doc string of 'set-goal-column'
* lisp/simple.el (set-goal-column): Doc fix. (Bug#23405)
This commit is contained in:
parent
ccdaf04cfd
commit
70044595f9
1 changed files with 2 additions and 1 deletions
|
@ -6406,7 +6406,8 @@ Those commands will move to this position in the line moved to
|
||||||
rather than trying to keep the same horizontal position.
|
rather than trying to keep the same horizontal position.
|
||||||
With a non-nil argument ARG, clears out the goal column
|
With a non-nil argument ARG, clears out the goal column
|
||||||
so that \\[next-line] and \\[previous-line] resume vertical motion.
|
so that \\[next-line] and \\[previous-line] resume vertical motion.
|
||||||
The goal column is stored in the variable `goal-column'."
|
The goal column is stored in the variable `goal-column'.
|
||||||
|
This is a buffer-local setting."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(if arg
|
(if arg
|
||||||
(progn
|
(progn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue