diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-02-06 12:19:34 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-02-06 12:19:34 +0000 |
commit | 9c130b5b0e1347687aecf2bdc1d2f61f2c97299b (patch) | |
tree | b05cede455e850adc22f6142a4a02f36ef47a003 /man/basic.texi | |
parent | 59ed234bd52687c8695c17bbed87cb1303f9d611 (diff) | |
download | emacs-9c130b5b0e1347687aecf2bdc1d2f61f2c97299b.tar.gz |
*** empty log message ***
Diffstat (limited to 'man/basic.texi')
-rw-r--r-- | man/basic.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/basic.texi b/man/basic.texi index c323e1064b1..d741a8a16ef 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -175,8 +175,7 @@ Move backward one word (@code{backward-word}). @item C-n Move down one line, vertically (@code{next-line}). This command attempts to keep the horizontal position unchanged, so if you start in -the middle of one line, you end in the middle of the next. When on -the last line of text, @kbd{C-n} creates a new line and moves onto it. +the middle of one line, you end in the middle of the next. @item C-p Move up one line, vertically (@code{previous-line}). @item M-r @@ -219,10 +218,11 @@ to the end of another line. Normally, @code{track-eol} is @code{nil}. @xref{Variables}, for how to set variables such as @code{track-eol}. @vindex next-line-add-newlines - If non-@code{nil}, @kbd{C-n} on the last line of a buffer appends a -newline to it. If the variable @code{next-line-add-newlines} is -@code{nil}, the default, then @kbd{C-n} gets an error instead (like -@kbd{C-p} on the first line). + @kbd{C-n} normally gets an error when you use it on the last line of +the buffer (just as @kbd{C-p} gets an error on the first line). But +if you set the variable @code{next-line-add-newlines} to a +non-@code{nil} value, @kbd{C-n} on the last line of a buffer creates +an additional line at the end and moves down onto it. @node Erasing @section Erasing Text |