diff options
| author | Chong Yidong | 2009-01-04 08:39:31 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-04 08:39:31 +0000 |
| commit | 21927cd747e124a6ae7270e3453593271ae17392 (patch) | |
| tree | 7cdfbc26b3ff5d40665f9f4caedbd0ae35988273 | |
| parent | 45c55e535983357fa35a491ec3513663e382d561 (diff) | |
| download | emacs-21927cd747e124a6ae7270e3453593271ae17392.tar.gz emacs-21927cd747e124a6ae7270e3453593271ae17392.zip | |
(Visual Line Mode): M-] and M-[ no longer move by logical lines.
| -rw-r--r-- | doc/emacs/display.texi | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 50bc3be0e3e..2229ee8c1e5 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1222,10 +1222,14 @@ instead of logical lines: @kbd{C-a} (@code{beginning-of-visual-line}) | |||
| 1222 | moves to the beginning of the screen line, @kbd{C-e} | 1222 | moves to the beginning of the screen line, @kbd{C-e} |
| 1223 | (@code{end-of-visual-line}) moves to the end of the screen line, and | 1223 | (@code{end-of-visual-line}) moves to the end of the screen line, and |
| 1224 | @kbd{C-k} (@code{kill-visual-line}) kills text to the end of the | 1224 | @kbd{C-k} (@code{kill-visual-line}) kills text to the end of the |
| 1225 | screen line. Furthermore, the commands @kbd{M-]} | 1225 | screen line. |
| 1226 | (@code{next-logical-line}) and @kbd{M-[} | 1226 | |
| 1227 | (@code{previous-logical-line}) move point to the next logical line and | 1227 | To move by logical lines, use the commands @kbd{M-x |
| 1228 | previous logical line respectively. | 1228 | next-logical-line} and @kbd{M-x previous-logical-line}. These move |
| 1229 | point to the next logical line and the previous logical line | ||
| 1230 | respectively, regardless of whether Visual Line mode is enabled. If | ||
| 1231 | you use these commands frequently, it may be convenient to assign key | ||
| 1232 | bindings to them. @xref{Init Rebinding}. | ||
| 1229 | 1233 | ||
| 1230 | By default, word-wrapped lines do not display fringe indicators. | 1234 | By default, word-wrapped lines do not display fringe indicators. |
| 1231 | Visual Line mode is often used to edit files that contain many long | 1235 | Visual Line mode is often used to edit files that contain many long |