]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo.
authorMattias Engdegård <mattiase@acm.org>
Wed, 11 Sep 2019 09:18:38 +0000 (11:18 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 11 Sep 2019 09:18:38 +0000 (11:18 +0200)
lisp/emacs-lisp/elint.el

index b7ef6eeb2ae8acfcb804cd51e38a6f9a0608430e..187d619f1bcc7a3fe2d76f19629c1c0f5577e644 100644 (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