]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify a note in NEWS.md
authorJohn Wiegley <johnw@newartisans.com>
Thu, 7 Dec 2017 21:22:57 +0000 (13:22 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 7 Dec 2017 21:22:57 +0000 (13:22 -0800)
etc/USE-PACKAGE-NEWS

index c34376d3ffe6833ae57479d21a60baec9c54dbd3..07b076e4129df9818f3552976a7bcda63abe357d 100644 (file)
   you had previously customized this (or were an extension author adding to
   this list), you may need to rework your changes.
 
-- For extension authors, the way `:commands` are propagated down for
-  autoloading has changed. They used to be passed through the `state`
-  parameter, but are now done as an extension to `rest`. Please see
-  `use-package-handler/:bind` for a canonical example.
+- For extension authors, `:commands` should no longer be propagated down for
+  autoloading. See more below.
 
 ### Other changes