1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 16:10:46 -08:00

; * lisp/custom.el (custom-initialize-after-file-load): Fix docs.

This commit is contained in:
Sean Whitton 2025-10-24 20:53:25 +01:00
parent 8ad494fc76
commit 68e07ef8b2

View file

@ -162,8 +162,8 @@ the :set function."
(defun custom-initialize-after-file-load (symbol value)
"Delay initialization to after the current file is loaded.
This is handy when the initialization needs functions defined after the variable,
such as for global minor modes."
This is handy when the initialization needs functions defined after the
variable, such as for global minor modes."
;; Defvar it so as to mark it special, etc (bug#25770).
(internal--define-uninitialized-variable symbol)