]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor followup to previous commit.
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 Jul 2013 08:35:42 +0000 (11:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 Jul 2013 08:35:42 +0000 (11:35 +0300)
 lisp/simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.

Fixes: debbugs:14842
lisp/ChangeLog
lisp/simple.el

index 8e039421e30f88e98078dc25412c9eade395f3c0..99e9150cd7befefdb3feb1656ae2eed715483782 100644 (file)
@@ -1,6 +1,6 @@
 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
 
-       * simple.el (next-line, previous-line): Document TRY-VSCROLL.
+       * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
        (Bug#14842)
 
 2013-07-12  Glenn Morris  <rgm@gnu.org>
index 85d06ff89f023d2dc0f0442e9f3be5a8c2df33fb..9158452fd64aff42c89229ba03ea4703dc41d934 100644 (file)
@@ -4606,6 +4606,8 @@ Non-interactively, use TRY-VSCROLL to control whether to vscroll tall
 lines: if either `auto-window-vscroll' or TRY-VSCROLL is nil, this
 function will not vscroll.
 
+ARG defaults to 1.
+
 If there is no character in the target line exactly under the current column,
 the cursor is positioned after the character in that line which spans this
 column, or at the end of the line if it is not long enough.
@@ -4654,6 +4656,8 @@ Non-interactively, use TRY-VSCROLL to control whether to vscroll tall
 lines: if either `auto-window-vscroll' or TRY-VSCROLL is nil, this
 function will not vscroll.
 
+ARG defaults to 1.
+
 If there is no character in the target line exactly over the current column,
 the cursor is positioned after the character in that line which spans this
 column, or at the end of the line if it is not long enough.