diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/autoload-by-prefix.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/autoload-by-prefix.html')
| -rw-r--r-- | devdocs/elisp/autoload-by-prefix.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/elisp/autoload-by-prefix.html b/devdocs/elisp/autoload-by-prefix.html deleted file mode 100644 index d555a5bf..00000000 --- a/devdocs/elisp/autoload-by-prefix.html +++ /dev/null @@ -1,6 +0,0 @@ - <h4 class="subsection">Autoload by Prefix</h4> <p>During completion for the commands <code>describe-variable</code> and <code>describe-function</code>, Emacs will try to load files which may contain definitions matching the prefix being completed. The variable <code>definition-prefixes</code> 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</code> which are generated by <code>update-file-autoloads</code> (see <a href="autoload">Autoload</a>). Files which don’t contain any definitions worth loading (test files, for example), should set <code>autoload-compute-prefixes</code> to <code>nil</code> as a file-local variable. </p><div class="_attribution"> - <p class="_attribution-p"> - Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> - <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload-by-Prefix.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload-by-Prefix.html</a> - </p> -</div> |
