diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-14 02:15:19 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-14 02:18:43 +0100 |
commit | ff30d22909194f818e5262537bcd045c4bf86e90 (patch) | |
tree | 9cc3ac2457e1fce0aa8d684dea29ce4c56b0279a /lisp/use-package/use-package-lint.el | |
parent | 971634e3f9e5c539f8a0184ca4ec1c4a3f9495ec (diff) | |
download | emacs-ff30d22909194f818e5262537bcd045c4bf86e90.tar.gz emacs-ff30d22909194f818e5262537bcd045c4bf86e90.tar.bz2 emacs-ff30d22909194f818e5262537bcd045c4bf86e90.zip |
Various checkdoc fixes
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) |