diff options
Diffstat (limited to 'use-package-jump.el')
| -rw-r--r-- | use-package-jump.el | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/use-package-jump.el b/use-package-jump.el index 0c4cd20..6fc52af 100644 --- a/use-package-jump.el +++ b/use-package-jump.el @@ -5,25 +5,29 @@ ;; Author: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com> -;; This program is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; This program is distributed in the hope that it will be useful, +;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <https://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; 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: |
