diff options
| author | Chong Yidong | 2008-12-10 19:02:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-10 19:02:05 +0000 |
| commit | 17a937cccbe8450ce8995ec4680eb7dd7c38f6a8 (patch) | |
| tree | 0d648f7bb22e332222c394881d22b2549abebe95 | |
| parent | e37d436089ae1910727493f5076f5ff35581e164 (diff) | |
| download | emacs-17a937cccbe8450ce8995ec4680eb7dd7c38f6a8.tar.gz emacs-17a937cccbe8450ce8995ec4680eb7dd7c38f6a8.zip | |
Added Ruby mode.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -611,6 +611,9 @@ Manual. | |||
| 611 | ** RST mode is a major mode for editing ReSTructured-Text files. | 611 | ** RST mode is a major mode for editing ReSTructured-Text files. |
| 612 | 612 | ||
| 613 | +++ | 613 | +++ |
| 614 | ** Ruby mode is a major mode for Ruby files. | ||
| 615 | |||
| 616 | +++ | ||
| 614 | ** Visual Line mode provides support for editing by visual lines. | 617 | ** Visual Line mode provides support for editing by visual lines. |
| 615 | It turns on word-wrapping in the current buffer, and rebinds C-a, C-e, | 618 | It turns on word-wrapping in the current buffer, and rebinds C-a, C-e, |
| 616 | and C-k to commands that operate by visual lines instead of logical | 619 | and C-k to commands that operate by visual lines instead of logical |