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/autoloading.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/autoloading.html')
| -rw-r--r-- | devdocs/elisp/autoloading.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/elisp/autoloading.html b/devdocs/elisp/autoloading.html deleted file mode 100644 index 398adc67..00000000 --- a/devdocs/elisp/autoloading.html +++ /dev/null @@ -1,6 +0,0 @@ - <h4 class="subsection">Autoloading</h4> <p>The <em>autoload</em> feature allows you to call a function or macro whose function definition has not yet been loaded into Emacs. It specifies which file contains the definition. When an autoload object appears as a symbol’s function definition, calling that symbol as a function automatically loads the specified file; then it calls the real definition loaded from that file. The way to arrange for an autoload object to appear as a symbol’s function definition is described in <a href="autoload">Autoload</a>. </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/Autoloading.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoloading.html</a> - </p> -</div> |
