]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the documentation for :custom as per
authorTed Zlatanov <tzz@lifelogs.com>
Sun, 12 Jul 2020 20:09:10 +0000 (16:09 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Sun, 12 Jul 2020 20:09:10 +0000 (16:09 -0400)
GitHub-reference: https://github.com/jwiegley/use-package/issues/850

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

index 94b8e45190316b3ed5418933be4afd737e1e2c59..a36f73f0267c2893a3e50198fc54b1d35717ddf0 100644 (file)
@@ -1563,7 +1563,9 @@ 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 definition.
+: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.
 :ensure          Loads the package using package.el if necessary.
 :pin             Pin the package to an archive."