From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/autoloading.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/elisp/autoloading.html (limited to 'devdocs/elisp/autoloading.html') 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 @@ +

Autoloading

The autoload 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 Autoload.

+

+ Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
+ https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoloading.html +

+
-- cgit v1.2.3