diff options
| -rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index bf1a21acaf1..88d5f323f86 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -270,6 +270,7 @@ made in the style guide relating to order." | |||
| 270 | (defcustom checkdoc-package-keywords-flag nil | 270 | (defcustom checkdoc-package-keywords-flag nil |
| 271 | "Non-nil means warn if this file's package keywords are not recognized. | 271 | "Non-nil means warn if this file's package keywords are not recognized. |
| 272 | Currently, all recognized keywords must be on `finder-known-keywords'." | 272 | Currently, all recognized keywords must be on `finder-known-keywords'." |
| 273 | :version "25.1" | ||
| 273 | :type 'boolean) | 274 | :type 'boolean) |
| 274 | 275 | ||
| 275 | (define-obsolete-variable-alias 'checkdoc-style-hooks | 276 | (define-obsolete-variable-alias 'checkdoc-style-hooks |