Variable: generate-autoload-section-trailer

generate-autoload-section-trailer is a variable defined in autoload.el.gz.

Value

"\n;;;***\n"

Documentation

String which indicates the end of the section of autoloads for a file.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/autoload.el.gz
(defconst generate-autoload-section-trailer "\n;;;***\n"
  "String which indicates the end of the section of autoloads for a file.")