From: Stefan Kangas Date: Sun, 26 Jun 2022 14:14:14 +0000 (+0200) Subject: Fix typo in use-package docstring X-Git-Tag: emacs-29.0.90~1306^2~15^2~42^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb85f9c274;p=emacs.git Fix typo in use-package docstring --- 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))