]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge pull request from iaeerfung/master
authorJohn Wiegley <johnw@newartisans.com>
Sun, 7 Aug 2022 15:40:14 +0000 (08:40 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2022 15:40:14 +0000 (08:40 -0700)
GitHub-reference: https://github.com/jwiegley/use-package/issues/912

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

index 3d195b257c74ac8b4748395d45daacdf8709b72b,962d950d4584028fa875ae2c9ade0e45e31e4963..49187e527ffe1cabea5c4ff0d4dbc5268a2dd40f
@@@ -1627,10 -1597,10 +1627,10 @@@ 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.
 +: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))