aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2022-08-07 08:19:55 -0700
committerGitHub2022-08-07 08:19:55 -0700
commit22de8991c1fa6d7dcaac790beb5347a9fc70b63c (patch)
tree4626df2e0030f0ab7b71c21702bf1ca1202d2409
parentffa5f0397af87c7258f58082408281bf3a5a2deb (diff)
parentcb85f9c274b21db2be81193776c8b48c0abd443d (diff)
downloademacs-22de8991c1fa6d7dcaac790beb5347a9fc70b63c.tar.gz
emacs-22de8991c1fa6d7dcaac790beb5347a9fc70b63c.zip
Merge pull request from skangas/fix-typo
GitHub-reference: https://github.com/jwiegley/use-package/issues/987
-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 28bc5a50ed0..a32371a6eaa 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -1600,7 +1600,7 @@ this file. Usage:
1600:custom Call `custom-set' or `set-default' with each variable 1600:custom Call `custom-set' or `set-default' with each variable
1601 definition without modifying the Emacs `custom-file'. 1601 definition without modifying the Emacs `custom-file'.
1602 (compare with `custom-set-variables'). 1602 (compare with `custom-set-variables').
1603:custom-face Call `customize-set-faces' with each face definition. 1603:custom-face Call `custom-set-faces' with each face definition.
1604:ensure Loads the package using package.el if necessary. 1604:ensure Loads the package using package.el if necessary.
1605:pin Pin the package to an archive." 1605:pin Pin the package to an archive."
1606 (declare (indent 1)) 1606 (declare (indent 1))