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

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

[elpa] externals/vundo 401375c3f5 1/7: * vundo.el: Fix typos in commenta


From: ELPA Syncer
Subject: [elpa] externals/vundo 401375c3f5 1/7: * vundo.el: Fix typos in commentary.
Date: Sun, 24 Apr 2022 18:57:52 -0400 (EDT)

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

    * vundo.el: Fix typos in commentary.
---
 vundo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vundo.el b/vundo.el
index 9de5ca1b5c..a2901fc27c 100644
--- a/vundo.el
+++ b/vundo.el
@@ -114,10 +114,10 @@
 ;; `vundo--build-tree'. We build the tree by a simple observation:
 ;; only non-undo modifications creates new unique buffer states and
 ;; need to be drawn in the tree. For undo modifications, they
-;; associates equivalent nodes.
+;; associate equivalent nodes.
 ;;
 ;; Once we have generated the data structure and drawn the tree, vundo
-;; commands can move around on that tree by calling
+;; commands can move around in that tree by calling
 ;; `vundo--move-to-node'. It will construct the correct undo-list and
 ;; feed it to `primitive-undo'. `vundo--trim-undo-list' can trim the
 ;; undo list when possible.



reply via email to

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