Mercurial > emacs
changeset 96614:a2cd2be2d2c0
(previous-line, next-line): Update docstring.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 11 Jul 2008 18:11:06 +0000 |
parents | 379d83ec4588 |
children | 3f3c7e8d290f |
files | lisp/simple.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Fri Jul 11 18:10:59 2008 +0000 +++ b/lisp/simple.el Fri Jul 11 18:11:06 2008 +0000 @@ -3816,6 +3816,10 @@ 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 @@ 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),