projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ee173
)
* doc/lispref/loading.texi (Autoload by Prefix): Fix typo.
author
Stefan Kangas
<stefan@marxist.se>
Thu, 4 Aug 2022 12:58:08 +0000
(14:58 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 4 Aug 2022 12:59:24 +0000
(14:59 +0200)
doc/lispref/loading.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/loading.texi
b/doc/lispref/loading.texi
index 18c22142fee1a8a45e5dd624e13ccbba89e0bf2d..723b4dd20a624301d08718565825164bfb8de9f5 100644
(file)
--- 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 example
s
), should set
+loading (test files, for example), should set
@code{autoload-compute-prefixes} to @code{nil} as a file-local
variable.