diff options
| author | Eli Zaretskii | 2016-09-16 12:31:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-09-16 12:31:41 +0300 |
| commit | e95d0d15bb1534803b0adb3c3a927c8beb7d4e79 (patch) | |
| tree | 34732f5d701da532709978acc78b002cb1724f55 | |
| parent | 8226ac0ae44411e6fcd0737987b4e0a69ced91ce (diff) | |
| download | emacs-e95d0d15bb1534803b0adb3c3a927c8beb7d4e79.tar.gz emacs-e95d0d15bb1534803b0adb3c3a927c8beb7d4e79.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)
| -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 04a525c4392..7e68baa02f8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -5755,6 +5755,7 @@ cursor to the end of the buffer. | |||
| 5755 | If the variable `line-move-visual' is non-nil, this command moves | 5755 | If the variable `line-move-visual' is non-nil, this command moves |
| 5756 | by display lines. Otherwise, it moves by buffer lines, without | 5756 | by display lines. Otherwise, it moves by buffer lines, without |
| 5757 | taking variable-width characters or continued lines into account. | 5757 | taking variable-width characters or continued lines into account. |
| 5758 | See \\[next-logical-line] for a command that always moves by buffer lines. | ||
| 5758 | 5759 | ||
| 5759 | The command \\[set-goal-column] can be used to create | 5760 | The command \\[set-goal-column] can be used to create |
| 5760 | a semipermanent goal column for this command. | 5761 | a semipermanent goal column for this command. |
| @@ -5798,6 +5799,7 @@ column, or at the end of the line if it is not long enough. | |||
| 5798 | If the variable `line-move-visual' is non-nil, this command moves | 5799 | If the variable `line-move-visual' is non-nil, this command moves |
| 5799 | by display lines. Otherwise, it moves by buffer lines, without | 5800 | by display lines. Otherwise, it moves by buffer lines, without |
| 5800 | taking variable-width characters or continued lines into account. | 5801 | taking variable-width characters or continued lines into account. |
| 5802 | See \\[previous-logical-line] for a command that always moves by buffer lines. | ||
| 5801 | 5803 | ||
| 5802 | The command \\[set-goal-column] can be used to create | 5804 | The command \\[set-goal-column] can be used to create |
| 5803 | a semipermanent goal column for this command. | 5805 | a semipermanent goal column for this command. |