]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-28
authorStefan Kangas <stefan@marxist.se>
Fri, 5 Aug 2022 04:30:27 +0000 (06:30 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 5 Aug 2022 04:30:27 +0000 (06:30 +0200)
f484da5fcb * doc/lispref/loading.texi (Autoload by Prefix): Fix typo.

1  2 
doc/lispref/loading.texi

index 874200d9f2dccbb83b7ee49cf7f0ef0ef82cd8d2,723b4dd20a624301d08718565825164bfb8de9f5..0972a7a123c9c941e474febab2b8afd619e04690
@@@ -764,9 -750,9 +764,9 @@@ contain definitions matching the prefi
  @code{definition-prefixes} holds a hashtable which maps a prefix to
  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}
 +which are generated by @code{loaddefs-generate}
  (@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.