aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d99ec7bbf26..adc5ffca073 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -947,8 +947,15 @@ They are superseded by shift-select-mode, enabled by default since 23.1.
947** Occur Edit mode applies edits made in *Occur* buffers to the 947** Occur Edit mode applies edits made in *Occur* buffers to the
948original buffers. It is bound to "e" in Occur mode. 948original buffers. It is bound to "e" in Occur mode.
949 949
950** New global minor modes electric-pair-mode, electric-indent-mode, 950** New global minor mode electric-pair-mode.
951and electric-layout-mode. 951When enabled, typing an open parenthesis automatically inserts the
952matching closing one.
953
954** New global minor mode electric-indent-mode.
955When enabled, typing certain characters triggers reindentation.
956
957** New global minor mode electric-layout-mode.
958When enabled, typing certain characters automatically inserts newlines.
952 959
953** tabulated-list.el provides a generic major mode for tabulated data, 960** tabulated-list.el provides a generic major mode for tabulated data,
954from which other modes can be derived. 961from which other modes can be derived.