From 0be64b2f251fcbaea4847fac76ca168d395afff2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 Feb 2026 14:11:17 +0000 Subject: [PATCH] ; * lisp/vc/vc.el (revision-published-p): Disambiguate (bug#80396). --- 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 dd1e695ba26..9d9366eed41 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -582,7 +582,7 @@ ;; history of this branch, or only local history. I.e., whether REV ;; has been pushed. Implementations should not consider whether REV ;; is part of the public history of any other branches. -;; It is an error if REV is not present on the current branch. +;; Should signal an error if REV is not present on the current branch. ;; Centralized VCS *must not* implement this, and there is no default ;; implementation.