emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs display.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs display.texi
Date: Sun, 04 Jan 2009 08:39:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/04 08:39:31

Modified files:
        doc/emacs      : display.texi 

Log message:
        (Visual Line Mode): M-] and M-[ no longer move by logical lines.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/display.texi?cvsroot=emacs&r1=1.14&r2=1.15

Patches:
Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/display.texi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- display.texi        19 Dec 2008 03:17:17 -0000      1.14
+++ display.texi        4 Jan 2009 08:39:31 -0000       1.15
@@ -1222,10 +1222,14 @@
 moves to the beginning of the screen line, @kbd{C-e}
 (@code{end-of-visual-line}) moves to the end of the screen line, and
 @kbd{C-k} (@code{kill-visual-line}) kills text to the end of the
-screen line.  Furthermore, the commands @kbd{M-]}
-(@code{next-logical-line}) and @kbd{M-[}
-(@code{previous-logical-line}) move point to the next logical line and
-previous logical line respectively.
+screen line.
+
+  To move by logical lines, use the commands @kbd{M-x
+next-logical-line} and @kbd{M-x previous-logical-line}.  These move
+point to the next logical line and the previous logical line
+respectively, regardless of whether Visual Line mode is enabled.  If
+you use these commands frequently, it may be convenient to assign key
+bindings to them.  @xref{Init Rebinding}.
 
   By default, word-wrapped lines do not display fringe indicators.
 Visual Line mode is often used to edit files that contain many long




reply via email to

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