summaryrefslogtreecommitdiff
path: root/man/basic.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-02 10:23:33 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-02 10:23:33 +0000
commitedb99a36ee0db31c9f2fad329d53a34dd2748858 (patch)
tree7ed82a53470edaed232195354ef5f428cefc7d12 /man/basic.texi
parent860c9ce2a1ea8689c284e3ae65ac8f2236957822 (diff)
downloademacs-edb99a36ee0db31c9f2fad329d53a34dd2748858.tar.gz
*** empty log message ***
Diffstat (limited to 'man/basic.texi')
-rw-r--r--man/basic.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/basic.texi b/man/basic.texi
index d92937ad177..f75a446f27e 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -219,9 +219,10 @@ 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
- Normally, @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}, then
-@kbd{C-n} gets an error instead (like @kbd{C-p} on the first line).
+ 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).
@node Erasing
@section Erasing Text