]> git.eshelyaron.com Git - emacs.git/commitdiff
; Refer to the manual in use-package docstring
authorStefan Kangas <stefankangas@gmail.com>
Fri, 9 Dec 2022 04:12:51 +0000 (05:12 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 9 Dec 2022 04:13:29 +0000 (05:13 +0100)
* lisp/use-package/use-package-core.el (use-package): Refer to manual.

lisp/use-package/use-package-core.el

index 1c61ac0ed39315b91cf8093e309ba30d3bebc3c1..ed6a65494fa9add0d83c8cabdee89e2e3f5ea645 100644 (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]]...)