; Refer to the manual in use-package docstring

* lisp/use-package/use-package-core.el (use-package): Refer to manual.
This commit is contained in:
Stefan Kangas 2022-12-09 05:12:51 +01:00
parent 0b3116971a
commit c417fe4df3

View file

@ -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]]...)