]> git.eshelyaron.com Git - emacs.git/commitdiff
(Visual Line Mode): M-] and M-[ no longer move by logical lines.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 4 Jan 2009 08:39:31 +0000 (08:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 4 Jan 2009 08:39:31 +0000 (08:39 +0000)
doc/emacs/display.texi

index 50bc3be0e3ee815442baaaa9b848d46addae2a70..2229ee8c1e581831a1ed498720ad4c342353f9c9 100644 (file)
@@ -1222,10 +1222,14 @@ instead of logical lines: @kbd{C-a} (@code{beginning-of-visual-line})
 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