aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2019-08-31 14:48:26 -0700
committerPaul Eggert2019-08-31 14:48:57 -0700
commit02a74ed315ab0a69a098a2a1c4687c0c9a644e75 (patch)
treefbee2ed596217d642ea204b22dade883459c7392
parent2befb4f0a1494f699f56215d5f28ba055663d881 (diff)
downloademacs-02a74ed315ab0a69a098a2a1c4687c0c9a644e75.tar.gz
emacs-02a74ed315ab0a69a098a2a1c4687c0c9a644e75.zip
* doc/lispref/customize.texi: Fix typo.
-rw-r--r--doc/lispref/customize.texi2
1 files changed, 1 insertions, 1 deletions
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
418@code{set-default}. 418@code{set-default}.
419 419
420@item custom-initialize-delay 420@item custom-initialize-delay
421This functions behaves like @code{custom-initialize-set}, but it 421This function behaves like @code{custom-initialize-set}, but it
422delays the actual initialization to the next Emacs start. This should 422delays the actual initialization to the next Emacs start. This should
423be used in files that are preloaded (or for autoloaded variables), so 423be used in files that are preloaded (or for autoloaded variables), so
424that the initialization is done in the run-time context rather than 424that the initialization is done in the run-time context rather than