From 99a787a45146e6e4b80c8c9e79fdfc71a95dc383 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Wed, 29 Oct 2025 16:21:37 +0100 Subject: [PATCH] ; Fix description of use-package :custom keyword Copyright-paperwork-exempt: yes --- lisp/use-package/use-package-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 65b9485b4e3..96b7a61edc9 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -1888,7 +1888,7 @@ 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 `customize-set-variable' on each variable definition without modifying the Emacs `custom-file'. (compare with `custom-set-variables'). :custom-face Call `face-spec-set' with each face definition.