diff options
| -rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 752 | mapping are added by calls to @code{register-definition-prefixes} | 752 | mapping are added by calls to @code{register-definition-prefixes} |
| 753 | which are generated by @code{update-file-autoloads} | 753 | which are generated by @code{update-file-autoloads} |
| 754 | (@pxref{Autoload}). Files which don't contain any definitions worth | 754 | (@pxref{Autoload}). Files which don't contain any definitions worth |
| 755 | loading (test files, for examples), should set | 755 | loading (test files, for example), should set |
| 756 | @code{autoload-compute-prefixes} to @code{nil} as a file-local | 756 | @code{autoload-compute-prefixes} to @code{nil} as a file-local |
| 757 | variable. | 757 | variable. |
| 758 | 758 | ||