mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 09:16:35 -04:00
* doc/lispref/loading.texi (Autoload by Prefix): Fix typo.
This commit is contained in:
parent
20ee17385f
commit
f484da5fcb
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue