aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2017-12-07 13:22:57 -0800
committerJohn Wiegley2017-12-07 13:22:57 -0800
commit8cf7b17dae39b8fe5739fc86f9f78c389ecc9590 (patch)
treeb5172657042f6dd46ba7ba51ad4465557ea0d717
parent8fefa49d39dde99dfd13ff9551723ec387a3bfba (diff)
downloademacs-8cf7b17dae39b8fe5739fc86f9f78c389ecc9590.tar.gz
emacs-8cf7b17dae39b8fe5739fc86f9f78c389ecc9590.zip
Clarify a note in NEWS.md
-rw-r--r--etc/USE-PACKAGE-NEWS6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS
index c34376d3ffe..07b076e4129 100644
--- a/etc/USE-PACKAGE-NEWS
+++ b/etc/USE-PACKAGE-NEWS
@@ -25,10 +25,8 @@
25 you had previously customized this (or were an extension author adding to 25 you had previously customized this (or were an extension author adding to
26 this list), you may need to rework your changes. 26 this list), you may need to rework your changes.
27 27
28- For extension authors, the way `:commands` are propagated down for 28- For extension authors, `:commands` should no longer be propagated down for
29 autoloading has changed. They used to be passed through the `state` 29 autoloading. See more below.
30 parameter, but are now done as an extension to `rest`. Please see
31 `use-package-handler/:bind` for a canonical example.
32 30
33### Other changes 31### Other changes
34 32