Function: autoload-rubric

autoload-rubric is a function alias for loaddefs-generate--rubric, defined in loaddefs-gen.el.gz.

Signature

(autoload-rubric FILE &optional TYPE FEATURE COMPILE)

Documentation

Return a string giving the appropriate autoload rubric for FILE.

TYPE (default "autoloads") is a string stating the type of information contained in FILE. TYPE "package" acts like the default, but adds an extra line to the output to modify load-path.

If FEATURE is non-nil, FILE will provide a feature. FEATURE may be a string naming the feature, otherwise it will be based on FILE's name.

If COMPILE, don't include a "don't compile" cookie.

Aliases

autoload-rubric