]> code.delx.au - gnu-emacs/commitdiff
Improve doc string of 'set-goal-column'
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Apr 2016 11:14:57 +0000 (14:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Apr 2016 11:14:57 +0000 (14:14 +0300)
* lisp/simple.el (set-goal-column): Doc fix.  (Bug#23405)

lisp/simple.el

index 2a81ee745cb2c919e0aa16959f8a87ee6a158468..d7743eea5969cff3d4fb8e6682c7bfe3731e97ea 100644 (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.
 With a non-nil argument ARG, clears out the goal column
 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")
   (if arg
       (progn