Mercurial > emacs
changeset 27328:7748234c70d7
align.el
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 14 Jan 2000 22:32:41 +0000 |
parents | c7597f93c50d |
children | 04373d2778b2 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jan 14 14:02:21 2000 +0000 +++ b/etc/NEWS Fri Jan 14 22:32:41 2000 +0000 @@ -761,6 +761,12 @@ ** 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'.