diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-31 19:31:51 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-31 19:31:51 +0000 |
commit | 7394499e07d08a0addf7d8f8f6f54042442e4634 (patch) | |
tree | 80af20f71c8a2fe27c92a717eb193a393eeee46c /etc | |
parent | f93554a1468a9961b0c3efa12ada1d0c97c36bd8 (diff) | |
download | emacs-7394499e07d08a0addf7d8f8f6f54042442e4634.tar.gz |
Documented visual line mode.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -516,6 +516,7 @@ Manual. ** RST mode is a major mode for editing ReSTructured-Text files. ++++ ** Visual Line mode provides support for editing by visual lines. It turns on word-wrapping in the current buffer, and rebinds C-a, C-e, and C-k to commands that operate by visual lines instead of logical |