1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Fix description of use-package :custom keyword

Copyright-paperwork-exempt: yes
This commit is contained in:
Dominik Schrempf 2025-10-29 16:21:37 +01:00 committed by Sean Whitton
parent c1e8fc3069
commit 99a787a451

View file

@ -1888,7 +1888,7 @@ Usage:
:load-path Add to the `load-path' before attempting to load the package. :load-path Add to the `load-path' before attempting to load the package.
:diminish Support for diminish.el (if installed). :diminish Support for diminish.el (if installed).
:delight Support for delight.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'. definition without modifying the Emacs `custom-file'.
(compare with `custom-set-variables'). (compare with `custom-set-variables').
:custom-face Call `face-spec-set' with each face definition. :custom-face Call `face-spec-set' with each face definition.