]> git.eshelyaron.com Git - emacs.git/commitdiff
Add further note to NEWS.md
authorJohn Wiegley <johnw@newartisans.com>
Thu, 7 Dec 2017 23:50:07 +0000 (15:50 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 7 Dec 2017 23:50:07 +0000 (15:50 -0800)
etc/USE-PACKAGE-NEWS

index 07b076e4129df9818f3552976a7bcda63abe357d..59366b9604cbea479fb5e3c9d447729f96d3495a 100644 (file)
 
 - 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