From: Juri Linkov Date: Sun, 6 Dec 2020 21:19:23 +0000 (+0200) Subject: * lisp/vc/vc-git.el: Update args of backend API calls in the header comments X-Git-Tag: emacs-28.0.90~4897 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f13ae2bb955bfbf8946bf3c9eab8693c8af4287d;p=emacs.git * 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 --- 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