aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-svn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 69c8166c307..f2fefdf101a 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -411,7 +411,7 @@ The changes are between FIRST-VERSION and SECOND-VERSION."
411(defun vc-svn-modify-change-comment (files rev comment) 411(defun vc-svn-modify-change-comment (files rev comment)
412 "Modify the change comments for a specified REV. 412 "Modify the change comments for a specified REV.
413You must have ssh access to the repository host, and the directory Emacs 413You must have ssh access to the repository host, and the directory Emacs
414uses locally for temp files must also be writeable by you on that host. 414uses locally for temp files must also be writable by you on that host.
415This is only supported if the repository access method is either file:// 415This is only supported if the repository access method is either file://
416or svn+ssh://." 416or svn+ssh://."
417 (let (tempfile host remotefile directory fileurl-p) 417 (let (tempfile host remotefile directory fileurl-p)