emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive 600622919b 2/3: Change: (hyperdrive-next-versio


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 600622919b 2/3: Change: (hyperdrive-next-version) Docstring
Date: Sun, 10 Sep 2023 01:00:31 -0400 (EDT)

branch: elpa/hyperdrive
commit 600622919b1dfb32b52eb8cacd4055dc4a58fddf
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Change: (hyperdrive-next-version) Docstring
---
 hyperdrive-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 5b94325de1..0704b1aa6b 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -380,7 +380,7 @@ hyperdrive's latest-version slot, the final gap is filled."
 
 (defun hyperdrive-entry-previous (entry)
   "Return ENTRY at its hyperdrive's previous version, or nil.
-If ENTRY is a directory, just decrement ENTRY's version."
+If ENTRY is a directory, return a copy with decremented version."
   (if (hyperdrive--entry-directory-p entry)
       (pcase-let* (((cl-struct hyperdrive-entry hyperdrive path version) entry)
                    (version (or version (hyperdrive-latest-version 
hyperdrive))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]