]> git.eshelyaron.com Git - emacs.git/commitdiff
fix docstring. was: invalid function name
authorYurii Kholodkov <urist.mckorobochka@gmail.com>
Tue, 16 Feb 2021 13:37:58 +0000 (16:37 +0300)
committerYurii Kholodkov <urist.mckorobochka@gmail.com>
Tue, 16 Feb 2021 13:37:58 +0000 (16:37 +0300)
Copyright-paperwork-exempt: yes

lisp/use-package/use-package-core.el

index 28bc5a50ed05e315b58975511a8dc2477de49de2..962d950d4584028fa875ae2c9ade0e45e31e4963 100644 (file)
@@ -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.