summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-lint.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/use-package/use-package-lint.el')
-rw-r--r--lisp/use-package/use-package-lint.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/use-package-lint.el b/lisp/use-package/use-package-lint.el
index c6e7c3c0ce2..12974ab15e4 100644
--- a/lisp/use-package/use-package-lint.el
+++ b/lisp/use-package/use-package-lint.el
@@ -1,6 +1,6 @@
;;; use-package-lint.el --- Attempt to find errors in use-package declarations -*- lexical-binding: t; -*-
-;; Copyright (C) 2012-2017 John Wiegley
+;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com>
@@ -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)