summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2016-05-25 03:49:35 +0300
committerDmitry Gutov <dgutov@yandex.ru>2016-05-25 03:54:41 +0300
commit825ca2542e01879715cf9c112d0f04e849b8d863 (patch)
tree89a5583d2d9b40d5f2082a933db6205ad4a16e90 /lisp/vc/vc.el
parent4efb3e8169e8a75f3e2016c8780746785fc6b85f (diff)
downloademacs-825ca2542e01879715cf9c112d0f04e849b8d863.tar.gz
emacs-825ca2542e01879715cf9c112d0f04e849b8d863.tar.bz2
emacs-825ca2542e01879715cf9c112d0f04e849b8d863.zip
Rename vc-stay-local back to vc-cvs-stay-local
* lisp/vc/vc-cvs.el (vc-cvs-stay-local): Rename back from vc-stay-local (bug#19548). Improve the docstring. (vc-cvs-stay-local-p): Update accordingly.
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r--lisp/vc/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 25b41e34e64..790272c3d7a 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -577,8 +577,8 @@
;; only affected back ends were SCCS and RCS.
;;
;; - vc-stay-local-p and repository-hostname are no longer part
-;; of the public API. The vc-stay-local configuration variable
-;; remains but only affects the CVS back end.
+;; of the public API. The vc-cvs-stay-local configuration variable
+;; remains and only affects the CVS back end.
;;
;; - The init-revision function and the default-initial-revision
;; variable are gone. These have't made sense on anything shipped