summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-04-14 16:51:39 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-04-16 16:24:53 +0200
commitd53c999b4ad7bc1f730875ae3d1af9d11895807c (patch)
treefc24b03036db60dd2034976d2e47fe82cefc1c16 /lisp/vc/vc.el
parentdc3d1628ecd7c0090c07480606e921a1f8f348a9 (diff)
downloademacs-d53c999b4ad7bc1f730875ae3d1af9d11895807c.tar.gz
emacs-d53c999b4ad7bc1f730875ae3d1af9d11895807c.tar.bz2
emacs-d53c999b4ad7bc1f730875ae3d1af9d11895807c.zip
Further vcs-cvs/rcs-responsible-p updates from master
* lisp/vc/vc-bzr.el (vc-bzr-responsible-p): * lisp/vc/vc-sccs.el (vc-sccs-responsible-p): * lisp/vc/vc-dav.el (vc-dav-responsible-p): Update doc string. * lisp/vc/vc-rcs.el (vc-rcs-responsible-p): * lisp/vc/vc-cvs.el (vc-cvs-responsible-p): Further fixes from master. * lisp/vc/vc-src.el (vc-src-responsible-p): Return the directory. * lisp/vc/vc.el: Update comments.
Diffstat (limited to 'lisp/vc/vc.el')
-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 45c09ae1c6a..bebd0946dee 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -220,7 +220,7 @@
;;
;; - responsible-p (file)
;;
-;; Return non-nil if this backend considers itself "responsible" for
+;; Return the directory if this backend considers itself "responsible" for
;; FILE, which can also be a directory. This function is used to find
;; out what backend to use for registration of new files and for things
;; like change log generation. The default implementation always