emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 7004459: Improve doc string of 'set-goal-column'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 7004459: Improve doc string of 'set-goal-column'
Date: Sat, 30 Apr 2016 11:15:35 +0000

branch: emacs-25
commit 70044595f9748eb4fe587cb019431bf1a323f9a5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve doc string of 'set-goal-column'
    
    * lisp/simple.el (set-goal-column): Doc fix.  (Bug#23405)
---
 lisp/simple.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 2a81ee7..d7743ee 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]