From c2f5b2479dc7d1a67f9d9da3e7fb128a7255287e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Mar 2015 18:45:30 -0500 Subject: [PATCH] Fix some docstrings --- lisp/use-package/use-package.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 7fa4a62d115..3860230d3f5 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -52,8 +52,7 @@ "Whether to report about loading and configuration details. If you customize this, then you should require the `use-package' -feature in files that use one of the macros `use-package' or -`use-package-with-elapsed-timer', even if these files only +feature in files that use `use-package', even if these files only contain compiled expansions of the macros. If you don't do so, then the expanded macros do their job silently." :type 'boolean @@ -66,8 +65,7 @@ Note that `use-package-verbose' has to be set to t, for anything to be reported at all. If you customize this, then you should require the `use-package' -feature in files that use one of the macros `use-package' or -`use-package-with-elapsed-timer', even if these files only +feature in files that use `use-package', even if these files only contain compiled expansions of the macros. If you don't do so, then the expanded macros do their job silently." :type 'number -- 2.39.2