From: Yurii Kholodkov Date: Tue, 16 Feb 2021 13:37:58 +0000 (+0300) Subject: fix docstring. was: invalid function name X-Git-Tag: emacs-29.0.90~1306^2~15^2~35^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40d25413319c893ba2519379cae072cef69236c2;p=emacs.git fix docstring. was: invalid function name Copyright-paperwork-exempt: yes --- 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.