From 68e07ef8b22f69e21ca3aa4fca5ef86a7cf0707f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 24 Oct 2025 20:53:25 +0100 Subject: [PATCH] ; * lisp/custom.el (custom-initialize-after-file-load): Fix docs. --- lisp/custom.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/custom.el b/lisp/custom.el index 69d09d9e293..7590351bfd6 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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)