diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/autoloading.html | |
new repository
Diffstat (limited to 'devdocs/elisp/autoloading.html')
| -rw-r--r-- | devdocs/elisp/autoloading.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/elisp/autoloading.html b/devdocs/elisp/autoloading.html new file mode 100644 index 00000000..398adc67 --- /dev/null +++ b/devdocs/elisp/autoloading.html @@ -0,0 +1,6 @@ + <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> |
