diff options
Diffstat (limited to 'lisp/use-package/use-package-jump.el')
-rw-r--r-- | lisp/use-package/use-package-jump.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/use-package/use-package-jump.el b/lisp/use-package/use-package-jump.el index 155c709c535..6fc52afd286 100644 --- a/lisp/use-package/use-package-jump.el +++ b/lisp/use-package/use-package-jump.el @@ -22,10 +22,12 @@ ;;; Commentary: -;; Provides the command `M-x use-package-jump-to-package-form', however it +;; Provides the command `M-x use-package-jump-to-package-form'. However, it ;; only works if the package being jumped to was required during -;; initialization. If it was delay-loaded, it will not work. +;; initialization. If it was autoloaded, it will not work. ;; Improvements are needed. +;; +;; See the `use-package' info manual for more information. ;;; Code: |