summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-07-11 18:11:06 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-07-11 18:11:06 +0000
commit53a22af4f759f52c3422e9c481a8e402a57c0111 (patch)
tree9c68b4e5aa3f2de35b9da3cbdb9b853829cb7ea0 /lisp
parent3330ba74ba54ceb8c4ebea8bc0e99a955a1a7aa6 (diff)
downloademacs-53a22af4f759f52c3422e9c481a8e402a57c0111.tar.gz
(previous-line, next-line): Update docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index c4b47993456..93e2818d265 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3816,6 +3816,10 @@ value of `next-line-add-newlines'. If non-nil, it inserts a newline character
to create a line, and moves the cursor to that line. Otherwise it moves the
cursor to the end of the buffer.
+If the variable `line-move-visual' is non-nil, this command moves
+by display lines. Otherwise, it moves by buffer lines, without
+taking variable-width characters or continued lines into account.
+
The command \\[set-goal-column] can be used to create
a semipermanent goal column for this command.
Then instead of trying to move exactly vertically (or as close as possible),
@@ -3849,6 +3853,10 @@ If there is no character in the target line exactly over the current column,
the cursor is positioned after the character in that line which spans this
column, or at the end of the line if it is not long enough.
+If the variable `line-move-visual' is non-nil, this command moves
+by display lines. Otherwise, it moves by buffer lines, without
+taking variable-width characters or continued lines into account.
+
The command \\[set-goal-column] can be used to create
a semipermanent goal column for this command.
Then instead of trying to move exactly vertically (or as close as possible),