summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
diff options
context:
space:
mode:
authorJimmy Yuen Ho Wong <wyuenho@gmail.com>2020-07-08 04:57:39 +0100
committerTed Zlatanov <tzz@lifelogs.com>2020-07-12 15:57:49 -0400
commitd3f847eaee1da6a87482b016bb916e0781082fd6 (patch)
tree94a6c90e0d5931b790822fa84f21ebaeb2d3da44 /lisp/use-package/use-package-core.el
parent3e96664ffe8f870118d730cc42b9c99f43134cbf (diff)
downloademacs-d3f847eaee1da6a87482b016bb916e0781082fd6.tar.gz
emacs-d3f847eaee1da6a87482b016bb916e0781082fd6.tar.bz2
emacs-d3f847eaee1da6a87482b016bb916e0781082fd6.zip
Fix broken test due to
GitHub-reference: https://github.com/jwiegley/use-package/issues/850
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r--lisp/use-package/use-package-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index 169dbc455bc..94b8e451903 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -1563,7 +1563,7 @@ 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 `customize-set-variable' with each variable definition.
+:custom Call `custom-set' or `set-default' with each variable definition.
: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."