summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-14 22:32:41 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-14 22:32:41 +0000
commit99453a38a6ec17b5a77cada52498ecf7e3d25c3a (patch)
tree88b16bf02455ac57334999e8adb4f91626a993f4
parent3c4c80642a45ae7e65234c82034e1d0ebfb07bf3 (diff)
downloademacs-99453a38a6ec17b5a77cada52498ecf7e3d25c3a.tar.gz
emacs-99453a38a6ec17b5a77cada52498ecf7e3d25c3a.tar.bz2
emacs-99453a38a6ec17b5a77cada52498ecf7e3d25c3a.zip
align.el
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bd66d8492f5..2fbed9a2afd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.