From: Stefan Kangas Date: Fri, 9 Dec 2022 04:12:51 +0000 (+0100) Subject: ; Refer to the manual in use-package docstring X-Git-Tag: emacs-29.0.90~1298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c417fe4df3b;p=emacs.git ; Refer to the manual in use-package docstring * lisp/use-package/use-package-core.el (use-package): Refer to manual. --- 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]]...)