summaryrefslogtreecommitdiff
path: root/devdocs/elisp/autoloading.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/autoloading.html')
-rw-r--r--devdocs/elisp/autoloading.html6
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 &copy; 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>