diff lispref/advice.texi @ 34103:d23d6a3e8128

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sat, 02 Dec 2000 10:23:33 +0000
parents 8c79b30d8475
children 338b1a97adf7
line wrap: on
line diff
--- a/lispref/advice.texi	Sat Dec 02 10:18:08 2000 +0000
+++ b/lispref/advice.texi	Sat Dec 02 10:23:33 2000 +0000
@@ -44,7 +44,8 @@
   The command @code{next-line} moves point down vertically one or more
 lines; it is the standard binding of @kbd{C-n}.  When used on the last
 line of the buffer, this command inserts a newline to create a line to
-move to (if @code{next-line-add-newlines} is non-@code{nil}).
+move to if @code{next-line-add-newlines} is non-@code{nil} (its default
+is @code{nil}.)
 
   Suppose you wanted to add a similar feature to @code{previous-line},
 which would insert a new line at the beginning of the buffer for the