aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2026-02-23 14:11:17 +0000
committerSean Whitton2026-02-23 14:11:17 +0000
commit0be64b2f251fcbaea4847fac76ca168d395afff2 (patch)
tree225ae106416c7d071f4dda34eafae77690afb819
parent40d43c73092032194e56e81e694d5aed823757ea (diff)
downloademacs-0be64b2f251fcbaea4847fac76ca168d395afff2.tar.gz
emacs-0be64b2f251fcbaea4847fac76ca168d395afff2.zip
; * lisp/vc/vc.el (revision-published-p): Disambiguate (bug#80396).
-rw-r--r--lisp/vc/vc.el2
1 files changed, 1 insertions, 1 deletions
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 @@
582;; history of this branch, or only local history. I.e., whether REV 582;; history of this branch, or only local history. I.e., whether REV
583;; has been pushed. Implementations should not consider whether REV 583;; has been pushed. Implementations should not consider whether REV
584;; is part of the public history of any other branches. 584;; is part of the public history of any other branches.
585;; It is an error if REV is not present on the current branch. 585;; Should signal an error if REV is not present on the current branch.
586;; Centralized VCS *must not* implement this, and there is no default 586;; Centralized VCS *must not* implement this, and there is no default
587;; implementation. 587;; implementation.
588 588