diff options
Diffstat (limited to 'lisp/use-package/use-package-lint.el')
-rw-r--r-- | lisp/use-package/use-package-lint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-lint.el b/lisp/use-package/use-package-lint.el index 49a47a9d32b..12974ab15e4 100644 --- a/lisp/use-package/use-package-lint.el +++ b/lisp/use-package/use-package-lint.el @@ -63,7 +63,7 @@ ;;;###autoload (defun use-package-lint () - "Check for errors in use-package declarations. + "Check for errors in `use-package' declarations. For example, if the module's `:if' condition is met, but even with the specified `:load-path' the module cannot be found." (interactive) |