emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e95d0d1: Improve detectability of 'next-logical-lin


From: Eli Zaretskii
Subject: [Emacs-diffs] master e95d0d1: Improve detectability of 'next-logical-line' and 'previous-logical-line'
Date: Fri, 16 Sep 2016 09:32:26 +0000 (UTC)

branch: master
commit e95d0d15bb1534803b0adb3c3a927c8beb7d4e79
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve detectability of 'next-logical-line' and 'previous-logical-line'
    
    * lisp/simple.el (next-line, previous-line): Mention
    'next-logical-line' and 'previous-logical-line' in the doc
    strings.  (Bug#24443)
---
 lisp/simple.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/simple.el b/lisp/simple.el
index 04a525c..7e68baa 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5755,6 +5755,7 @@ cursor to the end of the buffer.
 If the variable `line-move-visual' is non-nil, this command moves
 by display lines.  Otherwise, it moves by buffer lines, without
 taking variable-width characters or continued lines into account.
+See \\[next-logical-line] for a command that always moves by buffer lines.
 
 The command \\[set-goal-column] can be used to create
 a semipermanent goal column for this command.
@@ -5798,6 +5799,7 @@ column, or at the end of the line if it is not long 
enough.
 If the variable `line-move-visual' is non-nil, this command moves
 by display lines.  Otherwise, it moves by buffer lines, without
 taking variable-width characters or continued lines into account.
+See \\[previous-logical-line] for a command that always moves by buffer lines.
 
 The command \\[set-goal-column] can be used to create
 a semipermanent goal column for this command.



reply via email to

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