diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc/vc-dispatcher.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index bf238dedbb8..40055091ef7 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el @@ -268,8 +268,11 @@ and is passed 3 arguments: the COMMAND, the FILES and the FLAGS.") (if (not filelist) "." (mapconcat 'identity filelist " "))) (defcustom vc-tor nil - "If non-nil, communicate with the repository site via Tor." + "If non-nil, communicate with the repository site via Tor. +See https://2019.www.torproject.org/about/overview.html.en and +the man pages for \"torsocks\" for more details about Tor." :type 'boolean + :version "27.1" :group 'vc) ;;;###autoload |