aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-09-16 12:31:41 +0300
committerEli Zaretskii2016-09-16 12:31:41 +0300
commite95d0d15bb1534803b0adb3c3a927c8beb7d4e79 (patch)
tree34732f5d701da532709978acc78b002cb1724f55
parent8226ac0ae44411e6fcd0737987b4e0a69ced91ce (diff)
downloademacs-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.el2
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.
5755If the variable `line-move-visual' is non-nil, this command moves 5755If the variable `line-move-visual' is non-nil, this command moves
5756by display lines. Otherwise, it moves by buffer lines, without 5756by display lines. Otherwise, it moves by buffer lines, without
5757taking variable-width characters or continued lines into account. 5757taking variable-width characters or continued lines into account.
5758See \\[next-logical-line] for a command that always moves by buffer lines.
5758 5759
5759The command \\[set-goal-column] can be used to create 5760The command \\[set-goal-column] can be used to create
5760a semipermanent goal column for this command. 5761a semipermanent goal column for this command.
@@ -5798,6 +5799,7 @@ column, or at the end of the line if it is not long enough.
5798If the variable `line-move-visual' is non-nil, this command moves 5799If the variable `line-move-visual' is non-nil, this command moves
5799by display lines. Otherwise, it moves by buffer lines, without 5800by display lines. Otherwise, it moves by buffer lines, without
5800taking variable-width characters or continued lines into account. 5801taking variable-width characters or continued lines into account.
5802See \\[previous-logical-line] for a command that always moves by buffer lines.
5801 5803
5802The command \\[set-goal-column] can be used to create 5804The command \\[set-goal-column] can be used to create
5803a semipermanent goal column for this command. 5805a semipermanent goal column for this command.