From 40d25413319c893ba2519379cae072cef69236c2 Mon Sep 17 00:00:00 2001 From: Yurii Kholodkov Date: Tue, 16 Feb 2021 16:37:58 +0300 Subject: [PATCH] fix docstring. was: invalid function name Copyright-paperwork-exempt: yes --- lisp/use-package/use-package-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 28bc5a50ed0..962d950d458 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -1597,7 +1597,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 `custom-set' or `set-default' with each variable +: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. -- 2.39.2