1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 02:40:46 -08:00

NEWS edits for electric stuff

This commit is contained in:
Glenn Morris 2012-02-09 21:48:25 -05:00
parent 0aca12922c
commit cd3308f3c9

View file

@ -958,15 +958,21 @@ They are superseded by shift-select-mode, enabled by default since 23.1.
** Occur Edit mode applies edits made in *Occur* buffers to the
original buffers. It is bound to "e" in Occur mode.
+++
** New global minor mode electric-pair-mode.
When enabled, typing an open parenthesis automatically inserts the
matching closing one.
+++
** New global minor mode electric-indent-mode.
When enabled, typing certain characters triggers reindentation.
Major modes wishing to use this can set electric-indent-chars or
electric-indent-functions.
+++
** New global minor mode electric-layout-mode.
When enabled, typing certain characters automatically inserts newlines.
Major modes wishing to use this can set electric-layout-rules.
+++
** tabulated-list.el provides a generic major mode for tabulated data,