]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the docstring for 'package-vc--version'
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 6 Nov 2022 11:05:32 +0000 (12:05 +0100)
committerPhilip 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

index 1ef7d0d318e3023bcdae7cbadac62495f7800bc2..9288faf380fe1cb2d4c8790b8aef7d325985c7eb 100644 (file)
@@ -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