Variable: generate-autoload-section-header
generate-autoload-section-header is a variable defined in
autoload.el.gz.
Value
"\f\n;;;### "
Documentation
String that marks the form at the start of a new file's autoload section.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/autoload.el.gz
(defconst generate-autoload-section-header "\f\n;;;### "
"String that marks the form at the start of a new file's autoload section.")