diff options
| author | Philip Kaludercic | 2022-11-04 18:53:02 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-11-04 18:54:17 +0100 |
| commit | f762c5bb2c96ec9608807bf3c1e3655fb59fc4d6 (patch) | |
| tree | 0e98cf2276fb7287bbd846281f74a0d3fa1cec62 /lisp/emacs-lisp/package-vc.el | |
| parent | 184f0c3e60aef89e625aa0666266fd623d62dc06 (diff) | |
| download | emacs-f762c5bb2c96ec9608807bf3c1e3655fb59fc4d6.tar.gz emacs-f762c5bb2c96ec9608807bf3c1e3655fb59fc4d6.zip | |
* lisp/emacs-lisp/package-vc.el: Expand commentaryfeature/package+vc
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
| -rw-r--r-- | lisp/emacs-lisp/package-vc.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 4a9c1685330..a19bbb19881 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el | |||
| @@ -23,6 +23,17 @@ | |||
| 23 | ;; While packages managed by package.el use tarballs for distributing | 23 | ;; While packages managed by package.el use tarballs for distributing |
| 24 | ;; the source code, this extension allows for packages to be fetched | 24 | ;; the source code, this extension allows for packages to be fetched |
| 25 | ;; and updated directly from a version control system. | 25 | ;; and updated directly from a version control system. |
| 26 | ;; | ||
| 27 | ;; To install a package from source use `package-vc-install'. If you | ||
| 28 | ;; aren't interested in activating a package, you can use | ||
| 29 | ;; `package-vc-checkout' instead, which will prompt you for a target | ||
| 30 | ;; directory. If you wish to re-use an existing checkout, the command | ||
| 31 | ;; `package-vc-link-directory' will create a symbolic link and prepare | ||
| 32 | ;; the package. | ||
| 33 | ;; | ||
| 34 | ;; If you make local changes that you wish to share with an upstream | ||
| 35 | ;; maintainer, the command `package-vc-prepare-patch' can prepare | ||
| 36 | ;; these as patches to send via Email. | ||
| 26 | 37 | ||
| 27 | ;;; TODO: | 38 | ;;; TODO: |
| 28 | 39 | ||