From: Stefan Kangas Date: Thu, 4 Aug 2022 12:58:08 +0000 (+0200) Subject: * doc/lispref/loading.texi (Autoload by Prefix): Fix typo. X-Git-Tag: emacs-28.2~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f484da5fcb;p=emacs.git * doc/lispref/loading.texi (Autoload by Prefix): Fix typo. --- 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 mapping are added by calls to @code{register-definition-prefixes} which are generated by @code{update-file-autoloads} (@pxref{Autoload}). Files which don't contain any definitions worth -loading (test files, for examples), should set +loading (test files, for example), should set @code{autoload-compute-prefixes} to @code{nil} as a file-local variable.