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

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

[elpa] externals/vundo b05dabbb73 2/2: ; * vundo.el (vundo--calculate-sh


From: ELPA Syncer
Subject: [elpa] externals/vundo b05dabbb73 2/2: ; * vundo.el (vundo--calculate-shortest-route): Fix docstring.
Date: Tue, 20 Jun 2023 04:00:43 -0400 (EDT)

branch: externals/vundo
commit b05dabbb73ebf6ab5d883c3fd3bcb7ae53dcb0be
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * vundo.el (vundo--calculate-shortest-route): Fix docstring.
---
 vundo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vundo.el b/vundo.el
index 688db49a36..85d4300267 100644
--- a/vundo.el
+++ b/vundo.el
@@ -958,7 +958,7 @@ Roll back changes if `vundo-roll-back-on-quit' is non-nil."
   "Calculate the shortest route from FROM to TO node.
 Return (SOURCE STOP1 STOP2 ... DEST), meaning you should undo the
 modifications from DEST to SOURCE. Each STOP is an intermediate
-stop. Eg, (6 5 4 3). Return nil if no valid route."
+stop. Eg, (6 5 4 3). Return nil if there’s no valid route."
   (let (route-list)
     ;; Find all valid routes.
     (dolist (source (vundo--eqv-list-of from))



reply via email to

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