emacs-diffs
[Top][All Lists]
Advanced

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

master be3d9f717d: ; Fix comment


From: Dmitry Gutov
Subject: master be3d9f717d: ; Fix comment
Date: Mon, 17 Oct 2022 19:49:29 -0400 (EDT)

branch: master
commit be3d9f717dd317eafc8f511072040a5ff8c1071c
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; Fix comment
---
 lisp/vc/vc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 2a09d70209..df51f52bc7 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -1699,7 +1699,7 @@ Runs the normal hooks `vc-before-checkin-hook' and 
`vc-checkin-hook'."
               (vc-revert-file buffer-file-name)))
           (with-temp-buffer
             ;; Trying to support CVS too.  Assuming that vc-diff
-            ;; there will usually the diff root in default-directory.
+            ;; there will usually have diff root in default-directory.
             (when (vc-find-backend-function backend 'root)
               (setq-local default-directory
                           (vc-call-backend backend 'root (car files))))



reply via email to

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