diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-09 00:24:15 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-09 00:32:30 +0100 |
commit | 908957732933928d6878b96bb244529ae27b630a (patch) | |
tree | 29fe29c25c9fdb70779d758b2dffaac6f64510c8 /lisp/use-package/use-package-bind-key.el | |
parent | 15dda8cd5b3bc37dd3013cecef325fef95ad7342 (diff) | |
download | emacs-908957732933928d6878b96bb244529ae27b630a.tar.gz emacs-908957732933928d6878b96bb244529ae27b630a.tar.bz2 emacs-908957732933928d6878b96bb244529ae27b630a.zip |
; Improve use-package Commentary sections
* lisp/use-package/bind-key.el:
* lisp/use-package/use-package-bind-key.el:
* lisp/use-package/use-package-core.el:
* lisp/use-package/use-package-ensure-system-package.el:
* lisp/use-package/use-package-ensure.el:
* lisp/use-package/use-package.el: Improve Commentary sections.
Diffstat (limited to 'lisp/use-package/use-package-bind-key.el')
-rw-r--r-- | lisp/use-package/use-package-bind-key.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/use-package/use-package-bind-key.el b/lisp/use-package/use-package-bind-key.el index a9e921a478a..44242c9e01d 100644 --- a/lisp/use-package/use-package-bind-key.el +++ b/lisp/use-package/use-package-bind-key.el @@ -26,6 +26,10 @@ ;; keywords. Note that these are currently still baked into ;; `use-package-keywords' and `use-package-deferring-keywords', although this ;; is harmless if they are never used. +;; +;; These keywords are made available by default by requiring `use-package'. +;; +;; See the `use-package' info manual for more information. ;;; Code: |