emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/package+vc f762c5bb2c: * lisp/emacs-lisp/package-vc.el: Expand c


From: Philip Kaludercic
Subject: feature/package+vc f762c5bb2c: * lisp/emacs-lisp/package-vc.el: Expand commentary
Date: Fri, 4 Nov 2022 13:55:59 -0400 (EDT)

branch: feature/package+vc
commit f762c5bb2c96ec9608807bf3c1e3655fb59fc4d6
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * lisp/emacs-lisp/package-vc.el: Expand commentary
---
 lisp/emacs-lisp/package-vc.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 4a9c168533..a19bbb1988 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -23,6 +23,17 @@
 ;; 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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]