diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-12-02 10:23:33 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-12-02 10:23:33 +0000 |
commit | 1636ca09ab7db26b28351f9d1643f07c407691fd (patch) | |
tree | d478f3b8506a2439a676caf4a17918a04d069029 /lispref | |
parent | a01cfb776c39f9cb2d99d662f20dc628c4ee2411 (diff) | |
download | emacs-1636ca09ab7db26b28351f9d1643f07c407691fd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/advice.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/advice.texi b/lispref/advice.texi index 9fe5179e105..c860f5dd5d2 100644 --- a/lispref/advice.texi +++ b/lispref/advice.texi @@ -44,7 +44,8 @@ function (or a new command) which uses the existing function. 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 |