[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/package-vc-fixes 55af74cd1e 08/14: Fix the docstring for 'packag
From: |
Philip Kaludercic |
Subject: |
scratch/package-vc-fixes 55af74cd1e 08/14: Fix the docstring for 'package-vc--version' |
Date: |
Wed, 9 Nov 2022 03:52:02 -0500 (EST) |
branch: scratch/package-vc-fixes
commit 55af74cd1e274fba2aa3f2471d4ea1b2b5fd6409
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Fix the docstring for 'package-vc--version'
* lisp/emacs-lisp/package-vc.el (package-vc--version): Replace
docstring.
It seems like this was just copied over from 'package-vc-commit', for
no good reason.
---
lisp/emacs-lisp/package-vc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index eae55decfd..a863d708b8 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -287,7 +287,7 @@ asynchronously."
finally return "unknown"))
(defun package-vc--version (pkg)
- "Extract the commit of a development package PKG."
+ "Return the version number for the source package PKG."
(cl-assert (package-vc-p pkg))
(if-let ((main-file (package-vc--main-file pkg)))
(with-temp-buffer
- branch scratch/package-vc-fixes created (now 04ade0508d), Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes cb6415a45a 01/14: ; Fix interactive spec for 'package-vc-refresh', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 61048ae3fa 02/14: Handle strings as keys in 'package-vc-ensure-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 6ba14d437b 10/14: Expand 'package-vc--unpack-1' documentation, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes ed0caa9032 04/14: Mark 'package-vc-install-selected-packages' as interactive, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes c94b80caf1 05/14: Autoload 'package-vc-install-selected-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes c7b485da75 07/14: Fix 'package-vc-selected-packages' documentation, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 8956d833b3 12/14: Fix generation of documentation for source packages, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes fe4b9fbbd3 03/14: Rename '-ensure-packages' to -install-selected-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes b19bf809f8 06/14: Mark 'package-vc-update' as interactive, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 55af74cd1e 08/14: Fix the docstring for 'package-vc--version',
Philip Kaludercic <=
- scratch/package-vc-fixes 95882b0567 09/14: Clarify 'package-vc--build-documentation' docstring, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 12a7853844 11/14: Remove references to internal symbols from public docstrings, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 04ade0508d 14/14: Track 'default-directory' while updating source packages, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes f23742da36 13/14: Allow specifying a :lisp-dir for package descriptions, Philip Kaludercic, 2022/11/09