Variable: checkdoc-force-history-flag
checkdoc-force-history-flag is a customizable variable defined in
checkdoc.el.gz.
Value
nil
Documentation
Non-nil means that files should have a History section or ChangeLog file.
This helps document the evolution of, and recent changes to, the package.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
;;;###autoload(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp)
(defcustom checkdoc-force-history-flag nil
"Non-nil means that files should have a History section or ChangeLog file.
This helps document the evolution of, and recent changes to, the package."
:type 'boolean)