projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ff0de
)
Fix the docstring for 'package-vc--version'
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 6 Nov 2022 11:05:32 +0000
(12:05 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Thu, 17 Nov 2022 19:37:28 +0000
(20:37 +0100)
* 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index 1ef7d0d318e3023bcdae7cbadac62495f7800bc2..9288faf380fe1cb2d4c8790b8aef7d325985c7eb 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-291,7
+291,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