Improve doc string of 'set-goal-column'

* lisp/simple.el (set-goal-column): Doc fix.  (Bug#23405)
This commit is contained in:
Eli Zaretskii 2016-04-30 14:14:57 +03:00
parent ccdaf04cfd
commit 70044595f9

View file

@ -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