branch: externals/vundo commit b05dabbb73ebf6ab5d883c3fd3bcb7ae53dcb0be Author: Yuan Fu <caso...@gmail.com> Commit: Yuan Fu <caso...@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))