aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8a588f397cb..73862f6a961 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1290,8 +1290,9 @@ on-the-fly spell checking for comments and strings.
1290*** New hook `change-major-mode-after-body-hook', run by 1290*** New hook `change-major-mode-after-body-hook', run by
1291`run-mode-hooks' just before any other mode hooks. 1291`run-mode-hooks' just before any other mode hooks.
1292 1292
1293*** Enabled globalized minor modes can be disabled in specific modes, 1293*** Enabled globalized minor modes can be disabled in specific major modes.
1294by running (FOO-mode-hook 0) via a mode hook. 1294If the global mode is global-FOO-mode, then run (FOO-mode -1) in the
1295major mode's hook, where FOO-mode toggles the mode on a per-buffer basis.
1295 1296
1296+++ 1297+++
1297*** `define-minor-mode' accepts a new keyword :variable. 1298*** `define-minor-mode' accepts a new keyword :variable.