diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-26 16:14:14 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-26 16:14:14 +0200 |
commit | cb85f9c274b21db2be81193776c8b48c0abd443d (patch) | |
tree | 4626df2e0030f0ab7b71c21702bf1ca1202d2409 /lisp/use-package | |
parent | ffa5f0397af87c7258f58082408281bf3a5a2deb (diff) | |
download | emacs-cb85f9c274b21db2be81193776c8b48c0abd443d.tar.gz emacs-cb85f9c274b21db2be81193776c8b48c0abd443d.tar.bz2 emacs-cb85f9c274b21db2be81193776c8b48c0abd443d.zip |
Fix typo in use-package docstring
Diffstat (limited to 'lisp/use-package')
-rw-r--r-- | lisp/use-package/use-package-core.el | 2 |
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: :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. +:custom-face Call `custom-set-faces' with each face definition. :ensure Loads the package using package.el if necessary. :pin Pin the package to an archive." (declare (indent 1)) |