[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/package-vc-fixes 9e4ef24033 15/16: Explain what "refreshing" a s
From: |
Philip Kaludercic |
Subject: |
scratch/package-vc-fixes 9e4ef24033 15/16: Explain what "refreshing" a source package means |
Date: |
Thu, 10 Nov 2022 14:44:05 -0500 (EST) |
branch: scratch/package-vc-fixes
commit 9e4ef24033e06bd8f94c0b283f8a7d5c9f5c6e8d
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Explain what "refreshing" a source package means
* lisp/emacs-lisp/package-vc.el (package-vc-refresh): Expand docstring.
---
lisp/emacs-lisp/package-vc.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index d2ee63da87..89ed034f0e 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -702,7 +702,12 @@ name from the base name of DIR."
;;;###autoload
(defun package-vc-refresh (pkg-desc)
"Refresh the installation for package given by PKG-DESC.
-Interactively, prompt for the name of the package to refresh."
+Refreshing an installation means scraping for new autoload
+cookies, re-compiling Emacs Lisp files, building and installing
+any documentation, downloading any missing dependencies. This
+command does not fetch new revisions from a remote server. That
+is the responsibility of `package-vc-update'. Interactively,
+prompt for the name of the package to refresh."
(interactive (list (package-vc--read-package-desc "Refresh package: " t)))
(package-vc--unpack-1 pkg-desc (package-desc-dir pkg-desc)))
- branch scratch/package-vc-fixes created (now a2be7f006a), Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes c94b80caf1 05/16: Autoload 'package-vc-install-selected-packages', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes b19bf809f8 06/16: Mark 'package-vc-update' as interactive, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes c7b485da75 07/16: Fix 'package-vc-selected-packages' documentation, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 55af74cd1e 08/16: Fix the docstring for 'package-vc--version', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 95882b0567 09/16: Clarify 'package-vc--build-documentation' docstring, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 6ba14d437b 10/16: Expand 'package-vc--unpack-1' documentation, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 12a7853844 11/16: Remove references to internal symbols from public docstrings, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 9e4ef24033 15/16: Explain what "refreshing" a source package means,
Philip Kaludercic <=
- scratch/package-vc-fixes a2be7f006a 16/16: Fix type error in package-vc prompt function, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes cb6415a45a 01/16: ; Fix interactive spec for 'package-vc-refresh', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 61048ae3fa 02/16: Handle strings as keys in 'package-vc-ensure-packages', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes fe4b9fbbd3 03/16: Rename '-ensure-packages' to -install-selected-packages', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes ed0caa9032 04/16: Mark 'package-vc-install-selected-packages' as interactive, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 8956d833b3 12/16: Fix generation of documentation for source packages, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 1eeca3607e 13/16: Allow specifying a :lisp-dir for package descriptions, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes cf39a432f9 14/16: Track 'default-directory' while updating source packages, Philip Kaludercic, 2022/11/10