From: Ted Zlatanov Date: Sun, 12 Jul 2020 20:09:10 +0000 (-0400) Subject: Update the documentation for :custom as per X-Git-Tag: emacs-29.0.90~1306^2~15^2~50^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13b1e202bf;p=emacs.git Update the documentation for :custom as per GitHub-reference: https://github.com/jwiegley/use-package/issues/850 --- diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 94b8e451903..a36f73f0267 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -1563,7 +1563,9 @@ this file. Usage: :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). -:custom Call `custom-set' or `set-default' with each variable definition. +:custom Call `custom-set' or `set-default' with each variable + definition without modifying the Emacs `custom-file'. + (compare with `custom-set-variables'). :custom-face Call `customize-set-faces' with each face definition. :ensure Loads the package using package.el if necessary. :pin Pin the package to an archive."