From f13ae2bb955bfbf8946bf3c9eab8693c8af4287d Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 6 Dec 2020 23:19:23 +0200 Subject: [PATCH] * lisp/vc/vc-git.el: Update args of backend API calls in the header comments https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg00283.html --- lisp/vc/vc-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 0da4509670a..84c964e7f52 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -72,7 +72,7 @@ ;; by git, so it's probably ;; not a good idea. ;; - merge-news (file) see `merge-file' -;; - mark-resolved (file) OK +;; - mark-resolved (files) OK ;; - steal-lock (file &optional revision) NOT NEEDED ;; HISTORY FUNCTIONS ;; * print-log (files buffer &optional shortlog start-revision limit) OK -- 2.39.5