]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package-vc.el: Expand commentary feature/package+vc
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 4 Nov 2022 17:53:02 +0000 (18:53 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 4 Nov 2022 17:54:17 +0000 (18:54 +0100)
lisp/emacs-lisp/package-vc.el

index 4a9c1685330ea9177981a130e636848bbc2dd911..a19bbb19881a525b1bcc6ee583c118e360c75d3a 100644 (file)
 ;; While packages managed by package.el use tarballs for distributing
 ;; the source code, this extension allows for packages to be fetched
 ;; and updated directly from a version control system.
+;;
+;; To install a package from source use `package-vc-install'.  If you
+;; aren't interested in activating a package, you can use
+;; `package-vc-checkout' instead, which will prompt you for a target
+;; directory.  If you wish to re-use an existing checkout, the command
+;; `package-vc-link-directory' will create a symbolic link and prepare
+;; the package.
+;;
+;; If you make local changes that you wish to share with an upstream
+;; maintainer, the command `package-vc-prepare-patch' can prepare
+;; these as patches to send via Email.
 
 ;;; TODO: