summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2017-12-07 15:50:07 -0800
committerJohn Wiegley <johnw@newartisans.com>2017-12-07 15:50:07 -0800
commite6c54b54ab3af7da52b0e3a1e24732b0e111eb3d (patch)
tree28f60ef627a46ed349a1d4d798bac45e480e6add
parent4714380696404cc2d12ca7fb35209e62844883a1 (diff)
downloademacs-e6c54b54ab3af7da52b0e3a1e24732b0e111eb3d.tar.gz
emacs-e6c54b54ab3af7da52b0e3a1e24732b0e111eb3d.tar.bz2
emacs-e6c54b54ab3af7da52b0e3a1e24732b0e111eb3d.zip
Add further note to NEWS.md
-rw-r--r--etc/USE-PACKAGE-NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS
index 07b076e4129..59366b9604c 100644
--- a/etc/USE-PACKAGE-NEWS
+++ b/etc/USE-PACKAGE-NEWS
@@ -86,7 +86,11 @@
- New customization variable `use-package-enable-imenu-support`.
-- New customization variable `use-package-hook-name-suffix`.
+- New customization variable `use-package-hook-name-suffix`. Any symbols named
+ in `:hook`, or in the CAR of cons cells passed to `:hook`, have this text
+ appended to them as a convenience. If you find yourself using this keyword
+ to add to hooks of different names, or just don't want such appending done,
+ you can change the text to an empty string.
- New customization variable `use-package-compute-statistics`, and an
accompanying command `M-x use-package-report`. See the README for more