From: Joe Wreschnig Date: Sun, 9 Jul 2017 20:23:38 +0000 (+0200) Subject: Document :delight in the doc string and README X-Git-Tag: emacs-29.0.90~1306^2~15^2~260^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0dcd95d80b13172378b9b9f85312e5233234e4c;p=emacs.git Document :delight in the doc string and README --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 593a680eee3..35b4231d9c4 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -1544,6 +1544,7 @@ this file. Usage: :functions Declare certain functions to silence the byte-compiler. :load-path Add to the `load-path' before attempting to load the package. :diminish Support for diminish.el (if installed). +:delight Support for delight.el (if installed). :ensure Loads the package using package.el if necessary. :pin Pin the package to an archive." (declare (indent 1))