diff options
author | Yurii Kholodkov <urist.mckorobochka@gmail.com> | 2021-02-16 16:37:58 +0300 |
---|---|---|
committer | Yurii Kholodkov <urist.mckorobochka@gmail.com> | 2021-02-16 16:37:58 +0300 |
commit | 40d25413319c893ba2519379cae072cef69236c2 (patch) | |
tree | de8604a19593eaf6d32bc2e049a9b099e2e0543e /lisp/use-package | |
parent | ffa5f0397af87c7258f58082408281bf3a5a2deb (diff) | |
download | emacs-40d25413319c893ba2519379cae072cef69236c2.tar.gz emacs-40d25413319c893ba2519379cae072cef69236c2.tar.bz2 emacs-40d25413319c893ba2519379cae072cef69236c2.zip |
fix docstring. was: invalid function name
Copyright-paperwork-exempt: yes
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..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. |