diff options
| author | Paul Eggert | 2019-08-31 14:48:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-08-31 14:48:57 -0700 |
| commit | 02a74ed315ab0a69a098a2a1c4687c0c9a644e75 (patch) | |
| tree | fbee2ed596217d642ea204b22dade883459c7392 | |
| parent | 2befb4f0a1494f699f56215d5f28ba055663d881 (diff) | |
| download | emacs-02a74ed315ab0a69a098a2a1c4687c0c9a644e75.tar.gz emacs-02a74ed315ab0a69a098a2a1c4687c0c9a644e75.zip | |
* doc/lispref/customize.texi: Fix typo.
| -rw-r--r-- | doc/lispref/customize.texi | 2 |
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 |
| 421 | This functions behaves like @code{custom-initialize-set}, but it | 421 | This function behaves like @code{custom-initialize-set}, but it |
| 422 | delays the actual initialization to the next Emacs start. This should | 422 | delays the actual initialization to the next Emacs start. This should |
| 423 | be used in files that are preloaded (or for autoloaded variables), so | 423 | be used in files that are preloaded (or for autoloaded variables), so |
| 424 | that the initialization is done in the run-time context rather than | 424 | that the initialization is done in the run-time context rather than |