diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-14 22:32:41 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-14 22:32:41 +0000 |
commit | 99453a38a6ec17b5a77cada52498ecf7e3d25c3a (patch) | |
tree | 88b16bf02455ac57334999e8adb4f91626a993f4 | |
parent | 3c4c80642a45ae7e65234c82034e1d0ebfb07bf3 (diff) | |
download | emacs-99453a38a6ec17b5a77cada52498ecf7e3d25c3a.tar.gz emacs-99453a38a6ec17b5a77cada52498ecf7e3d25c3a.tar.bz2 emacs-99453a38a6ec17b5a77cada52498ecf7e3d25c3a.zip |
align.el
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -761,6 +761,12 @@ appropriate for C-style escape sequences in strings. ** New modes and packages +*** The package align.el will align columns within a region, using M-x +align. Its mode-specific rules, based on regular expressions, +determine where the columns should be split. In C and C++, for +example, it will align variable names in declaration lists, or the +equal signs of assignments. + *** `paragraph-indent-minor-mode' is a new minor mode supporting paragraphs in the same style as `paragraph-indent-text-mode'. |