]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/loading.texi (Autoload by Prefix): Fix typo.
authorStefan Kangas <stefan@marxist.se>
Thu, 4 Aug 2022 12:58:08 +0000 (14:58 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 4 Aug 2022 12:59:24 +0000 (14:59 +0200)
doc/lispref/loading.texi

index 18c22142fee1a8a45e5dd624e13ccbba89e0bf2d..723b4dd20a624301d08718565825164bfb8de9f5 100644 (file)
@@ -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.