1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

* lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo.

This commit is contained in:
Mattias Engdegård 2019-09-11 11:18:38 +02:00
parent 4b9f9324a8
commit 4d90fadf27

View file

@ -106,7 +106,7 @@ are as follows, and suppress messages about the indicated features:
:group 'elint)
(defcustom elint-directory-skip-re "\\(ldefs-boot\\|loaddefs\\)\\.el\\'"
"If nil, a regexp matching files to skip when linting a directory."
"If non-nil, a regexp matching files to skip when linting a directory."
:type '(choice (const :tag "Lint all files" nil)
(regexp :tag "Regexp to skip"))
:safe 'string-or-null-p