Mercurial > emacs
diff man/basic.texi @ 34103:d23d6a3e8128
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sat, 02 Dec 2000 10:23:33 +0000 |
| parents | 82d0163f6fb7 |
| children | 054acbd5e9f7 |
line wrap: on
line diff
--- a/man/basic.texi Sat Dec 02 10:18:08 2000 +0000 +++ b/man/basic.texi Sat Dec 02 10:23:33 2000 +0000 @@ -219,9 +219,10 @@ @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
