aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-08-04 14:58:08 +0200
committerStefan Kangas2022-08-04 14:59:24 +0200
commitf484da5fcba2c362ef4511db9d11f825bcea16e4 (patch)
tree7a0749bc2b0f5737beb28f38f4bcddd0804ade05
parent20ee17385f06a050aa45985fb4da2ff3f27925d5 (diff)
downloademacs-f484da5fcba2c362ef4511db9d11f825bcea16e4.tar.gz
emacs-f484da5fcba2c362ef4511db9d11f825bcea16e4.zip
* doc/lispref/loading.texi (Autoload by Prefix): Fix typo.
-rw-r--r--doc/lispref/loading.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index 18c22142fee..723b4dd20a6 100644
--- a/doc/lispref/loading.texi
+++ b/doc/lispref/loading.texi
@@ -752,7 +752,7 @@ the corresponding list of files to load for it. Entries to this
752mapping are added by calls to @code{register-definition-prefixes} 752mapping are added by calls to @code{register-definition-prefixes}
753which are generated by @code{update-file-autoloads} 753which are generated by @code{update-file-autoloads}
754(@pxref{Autoload}). Files which don't contain any definitions worth 754(@pxref{Autoload}). Files which don't contain any definitions worth
755loading (test files, for examples), should set 755loading (test files, for example), should set
756@code{autoload-compute-prefixes} to @code{nil} as a file-local 756@code{autoload-compute-prefixes} to @code{nil} as a file-local
757variable. 757variable.
758 758