]> git.eshelyaron.com Git - emacs.git/commitdiff
align.el
authorGerd Moellmann <gerd@gnu.org>
Fri, 14 Jan 2000 22:32:41 +0000 (22:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 14 Jan 2000 22:32:41 +0000 (22:32 +0000)
etc/NEWS

index bd66d8492f5abcadc8e82a97d405e5cdad3ae8e9..2fbed9a2afd7d757ff9928957456e2c628354e8f 100644 (file)
--- 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'.