summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-11-06 12:05:32 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-11-17 20:37:28 +0100
commit32758c6da0bb9d3de60244e471b73dd43602d7fb (patch)
tree577935243024573c0f5e3c628b6626a9b9747d7f /lisp/emacs-lisp
parent83ff0de4cec8ad5342dc5dc2d0dacd0fe29795df (diff)
downloademacs-32758c6da0bb9d3de60244e471b73dd43602d7fb.tar.gz
emacs-32758c6da0bb9d3de60244e471b73dd43602d7fb.tar.bz2
emacs-32758c6da0bb9d3de60244e471b73dd43602d7fb.zip
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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package-vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 1ef7d0d318e..9288faf380f 100644
--- 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