diff options
| author | Eli Zaretskii | 2016-04-30 14:14:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-04-30 14:14:57 +0300 |
| commit | 70044595f9748eb4fe587cb019431bf1a323f9a5 (patch) | |
| tree | 525f5342897e75b289bad54620cb24b1603435df | |
| parent | ccdaf04cfdaa42fb85d456274405cce32ee9f5d4 (diff) | |
| download | emacs-70044595f9748eb4fe587cb019431bf1a323f9a5.tar.gz emacs-70044595f9748eb4fe587cb019431bf1a323f9a5.zip | |
Improve doc string of 'set-goal-column'
* lisp/simple.el (set-goal-column): Doc fix. (Bug#23405)
| -rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 2a81ee745cb..d7743eea596 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 | |||
| 6406 | rather than trying to keep the same horizontal position. | 6406 | rather than trying to keep the same horizontal position. |
| 6407 | With a non-nil argument ARG, clears out the goal column | 6407 | With a non-nil argument ARG, clears out the goal column |
| 6408 | so that \\[next-line] and \\[previous-line] resume vertical motion. | 6408 | so that \\[next-line] and \\[previous-line] resume vertical motion. |
| 6409 | The goal column is stored in the variable `goal-column'." | 6409 | The goal column is stored in the variable `goal-column'. |
| 6410 | This is a buffer-local setting." | ||
| 6410 | (interactive "P") | 6411 | (interactive "P") |
| 6411 | (if arg | 6412 | (if arg |
| 6412 | (progn | 6413 | (progn |