Function: make-autoload
make-autoload is a function alias for
loaddefs-generate--make-autoload, defined in loaddefs-gen.el.gz.
Signature
(make-autoload FORM FILE &optional EXPANSION)
Documentation
Turn FORM into an autoload or defvar for source file FILE.
Returns nil if FORM is not a special autoload form (i.e. a function definition or macro definition or a defcustom). If EXPANSION is non-nil, we're processing the macro expansion of an expression, in which case we want to handle forms differently.
Note that macros can request expansion by including (autoload-macro
expand) among their declare forms.