diff --git a/lisp/vc.el b/lisp/vc.el index 2775fd6a758..30e9dc3c37e 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2077,7 +2077,7 @@ If `F.~REV~' already exists, use it instead of checking it out again." (message "Checking out %s...done" filename))) (let ((result-buf (find-file-noselect filename))) (with-current-buffer result-buf - ;; Set the parent buffer so that things like + ;; Set the parent buffer so that things like ;; C-x v g, C-x v l, ... etc work. (setq vc-parent-buffer filebuf)) result-buf)))