emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113388: Minor followup to previous commit.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r113388: Minor followup to previous commit.
Date: Fri, 12 Jul 2013 08:36:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113388
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14842
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2013-07-12 11:35:42 +0300
message:
  Minor followup to previous commit.
  
   lisp/simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-12 08:33:14 +0000
+++ b/lisp/ChangeLog    2013-07-12 08:35:42 +0000
@@ -1,6 +1,6 @@
 2013-07-12  Eli Zaretskii  <address@hidden>
 
-       * 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  <address@hidden>

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2013-07-12 08:33:14 +0000
+++ b/lisp/simple.el    2013-07-12 08:35:42 +0000
@@ -4606,6 +4606,8 @@
 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 @@
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]