From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/autoloading.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/elisp/autoloading.html (limited to 'devdocs/elisp/autoloading.html') 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 @@ -

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