From 02a74ed315ab0a69a098a2a1c4687c0c9a644e75 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 31 Aug 2019 14:48:26 -0700 Subject: [PATCH] * doc/lispref/customize.texi: Fix typo. --- doc/lispref/customize.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index e4a500b069d..822066f3c54 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -418,7 +418,7 @@ already set or has been customized; otherwise, just use @code{set-default}. @item custom-initialize-delay -This functions behaves like @code{custom-initialize-set}, but it +This function behaves like @code{custom-initialize-set}, but it delays the actual initialization to the next Emacs start. This should be used in files that are preloaded (or for autoloaded variables), so that the initialization is done in the run-time context rather than -- 2.39.5