diff options
| author | Mattias EngdegÄrd | 2019-09-11 11:18:38 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2019-09-11 11:18:38 +0200 |
| commit | 4d90fadf27ccbb98e0e174304cb4e3008bf364fc (patch) | |
| tree | d7081b5871196f3e40d098b172c1d67c979525f7 | |
| parent | 4b9f9324a87388ceb7ce1359feb5686efcb2523e (diff) | |
| download | emacs-4d90fadf27ccbb98e0e174304cb4e3008bf364fc.tar.gz emacs-4d90fadf27ccbb98e0e174304cb4e3008bf364fc.zip | |
* lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo.
| -rw-r--r-- | lisp/emacs-lisp/elint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index b7ef6eeb2ae..187d619f1bc 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el | |||
| @@ -106,7 +106,7 @@ are as follows, and suppress messages about the indicated features: | |||
| 106 | :group 'elint) | 106 | :group 'elint) |
| 107 | 107 | ||
| 108 | (defcustom elint-directory-skip-re "\\(ldefs-boot\\|loaddefs\\)\\.el\\'" | 108 | (defcustom elint-directory-skip-re "\\(ldefs-boot\\|loaddefs\\)\\.el\\'" |
| 109 | "If nil, a regexp matching files to skip when linting a directory." | 109 | "If non-nil, a regexp matching files to skip when linting a directory." |
| 110 | :type '(choice (const :tag "Lint all files" nil) | 110 | :type '(choice (const :tag "Lint all files" nil) |
| 111 | (regexp :tag "Regexp to skip")) | 111 | (regexp :tag "Regexp to skip")) |
| 112 | :safe 'string-or-null-p | 112 | :safe 'string-or-null-p |