branch: externals/vundo
commit 3138cd2ff5a933c6650db84a83c95673cd9a135b
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
; * vundo-diff.el (vundo-diff): Fix comment.
---
vundo-diff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vundo-diff.el b/vundo-diff.el
index 5dd430b053..ded36038ca 100644
--- a/vundo-diff.el
+++ b/vundo-diff.el
@@ -145,7 +145,7 @@ the original buffer name."
(vundo--move-to-node marked current orig vundo--prev-mod-list)
(vundo--trim-undo-list orig current vundo--prev-mod-list)
(vundo--refresh-buffer orig (current-buffer) 'incremental))
- (let* ((diff-use-labels nil) ;we let our cleanup handle this
+ (let* ((diff-use-labels nil) ; We let our cleanup handle this.
(a (if swapped current marked))
(b (if swapped marked current))
(abuf (if swapped orig mrkbuf))