summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-11-05 16:31:16 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-11-05 17:44:54 +0100
commit1557bb9d8f1f2f99aa5a594bdb1c7aa1c7546b97 (patch)
tree099642865697f5431762e79420b1b99cf6c5c462 /etc
parent22e8c679ee6e09a864725e42ffd4df014fbdca31 (diff)
downloademacs-1557bb9d8f1f2f99aa5a594bdb1c7aa1c7546b97.tar.gz
emacs-1557bb9d8f1f2f99aa5a594bdb1c7aa1c7546b97.tar.bz2
emacs-1557bb9d8f1f2f99aa5a594bdb1c7aa1c7546b97.zip
; Rename 'package-vc-link-directory' to '-install-from-checkout'
* doc/emacs/package.texi (Fetching Package Sources): Rename instances * etc/NEWS: Rename instances. * lisp/emacs-lisp/package-vc.el (package-vc-link-directory): Rename to 'package-vc-install-from-checkout'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index edeb8fc3d03..559704312d3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1559,7 +1559,7 @@ Packages can now be installed directly from source by cloning from a
repository.
+++
-*** New command 'package-vc-link-directory'
+*** New command 'package-vc-install-from-checkout'
An existing checkout can now be loaded via package.el, by creating a
symbolic link from the usual package directory to the checkout.