diff options
| author | Gerd Moellmann | 2000-12-02 10:23:33 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-02 10:23:33 +0000 |
| commit | 1636ca09ab7db26b28351f9d1643f07c407691fd (patch) | |
| tree | d478f3b8506a2439a676caf4a17918a04d069029 /man/basic.texi | |
| parent | a01cfb776c39f9cb2d99d662f20dc628c4ee2411 (diff) | |
| download | emacs-1636ca09ab7db26b28351f9d1643f07c407691fd.tar.gz emacs-1636ca09ab7db26b28351f9d1643f07c407691fd.zip | |
*** empty log message ***
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 7 |
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}. | |||
| 219 | @xref{Variables}, for how to set variables such as @code{track-eol}. | 219 | @xref{Variables}, for how to set variables such as @code{track-eol}. |
| 220 | 220 | ||
| 221 | @vindex next-line-add-newlines | 221 | @vindex next-line-add-newlines |
| 222 | Normally, @kbd{C-n} on the last line of a buffer appends a newline to | 222 | If non-@code{nil}, @kbd{C-n} on the last line of a buffer appends a |
| 223 | it. If the variable @code{next-line-add-newlines} is @code{nil}, then | 223 | newline to it. If the variable @code{next-line-add-newlines} is |
| 224 | @kbd{C-n} gets an error instead (like @kbd{C-p} on the first line). | 224 | @code{nil}, the default, then @kbd{C-n} gets an error instead (like |
| 225 | @kbd{C-p} on the first line). | ||
| 225 | 226 | ||
| 226 | @node Erasing | 227 | @node Erasing |
| 227 | @section Erasing Text | 228 | @section Erasing Text |