Add ':version' tag to 'checkdoc-package-keywords-flag'
* lisp/emacs-lisp/checkdoc.el (checkdoc-package-keywords-flag): Add a ':version' tag.
This commit is contained in:
parent
3f42061bb6
commit
165d6e3fdd
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ made in the style guide relating to order."
|
|||
(defcustom checkdoc-package-keywords-flag nil
|
||||
"Non-nil means warn if this file's package keywords are not recognized.
|
||||
Currently, all recognized keywords must be on `finder-known-keywords'."
|
||||
:version "25.1"
|
||||
:type 'boolean)
|
||||
|
||||
(define-obsolete-variable-alias 'checkdoc-style-hooks
|
||||
|
|
Loading…
Add table
Reference in a new issue