diff options
| author | Eli Zaretskii | 2016-09-16 12:31:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-09-23 17:07:28 +0300 |
| commit | 2e2469bbfeb6c1865012f34a180c9beda9e56862 (patch) | |
| tree | 9f7ae9f74b81c5265aa6ee122ac26faaa7fe9a76 /lisp | |
| parent | 16e62077bb0013fdc557c4894f26164ce174064d (diff) | |
| download | emacs-2e2469bbfeb6c1865012f34a180c9beda9e56862.tar.gz emacs-2e2469bbfeb6c1865012f34a180c9beda9e56862.zip | |
Improve detectability of 'next-logical-line' and 'previous-logical-line'
* lisp/simple.el (next-line, previous-line): Mention
'next-logical-line' and 'previous-logical-line' in the doc
strings. (Bug#24443)
This was backported from master
(cherry picked from commit e95d0d15bb1534803b0adb3c3a927c8beb7d4e79)
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c08a01faed6..5dbaebb9355 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -5641,6 +5641,7 @@ cursor to the end of the buffer. | |||
| 5641 | If the variable `line-move-visual' is non-nil, this command moves | 5641 | If the variable `line-move-visual' is non-nil, this command moves |
| 5642 | by display lines. Otherwise, it moves by buffer lines, without | 5642 | by display lines. Otherwise, it moves by buffer lines, without |
| 5643 | taking variable-width characters or continued lines into account. | 5643 | taking variable-width characters or continued lines into account. |
| 5644 | See \\[next-logical-line] for a command that always moves by buffer lines. | ||
| 5644 | 5645 | ||
| 5645 | The command \\[set-goal-column] can be used to create | 5646 | The command \\[set-goal-column] can be used to create |
| 5646 | a semipermanent goal column for this command. | 5647 | a semipermanent goal column for this command. |
| @@ -5684,6 +5685,7 @@ column, or at the end of the line if it is not long enough. | |||
| 5684 | If the variable `line-move-visual' is non-nil, this command moves | 5685 | If the variable `line-move-visual' is non-nil, this command moves |
| 5685 | by display lines. Otherwise, it moves by buffer lines, without | 5686 | by display lines. Otherwise, it moves by buffer lines, without |
| 5686 | taking variable-width characters or continued lines into account. | 5687 | taking variable-width characters or continued lines into account. |
| 5688 | See \\[previous-logical-line] for a command that always moves by buffer lines. | ||
| 5687 | 5689 | ||
| 5688 | The command \\[set-goal-column] can be used to create | 5690 | The command \\[set-goal-column] can be used to create |
| 5689 | a semipermanent goal column for this command. | 5691 | a semipermanent goal column for this command. |