diff options
| -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. |