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:
parent
4b9f9324a8
commit
4d90fadf27
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue