From c417fe4df3b65442c2196c124a088af2db637d24 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 9 Dec 2022 05:12:51 +0100 Subject: [PATCH] ; Refer to the manual in use-package docstring * lisp/use-package/use-package-core.el (use-package): Refer to manual. --- lisp/use-package/use-package-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 1c61ac0ed39..ed6a65494fa 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -1609,8 +1609,8 @@ no keyword implies `:all'." (defmacro use-package (name &rest args) "Declare an Emacs package by specifying a group of configuration options. -For full documentation, please see the README file that came with -this file. Usage: +For the full documentation, see Info node `(use-package) top'. +Usage: (use-package package-name [:keyword [option]]...) -- 2.39.2