summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-09 05:12:51 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-09 05:13:29 +0100
commitc417fe4df3b65442c2196c124a088af2db637d24 (patch)
tree8db11d1ac89a8c6c46b97a340cc092bfed5bc730
parent0b3116971afc5cb76cd2745bef1c12405d79528f (diff)
downloademacs-c417fe4df3b65442c2196c124a088af2db637d24.tar.gz
emacs-c417fe4df3b65442c2196c124a088af2db637d24.tar.bz2
emacs-c417fe4df3b65442c2196c124a088af2db637d24.zip
; Refer to the manual in use-package docstring
* lisp/use-package/use-package-core.el (use-package): Refer to manual.
-rw-r--r--lisp/use-package/use-package-core.el4
1 files 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]]...)