diff options
| -rw-r--r-- | lisp/vc-svn.el | 2 |
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. |
| 413 | You must have ssh access to the repository host, and the directory Emacs | 413 | You must have ssh access to the repository host, and the directory Emacs |
| 414 | uses locally for temp files must also be writeable by you on that host. | 414 | uses locally for temp files must also be writable by you on that host. |
| 415 | This is only supported if the repository access method is either file:// | 415 | This is only supported if the repository access method is either file:// |
| 416 | or svn+ssh://." | 416 | or svn+ssh://." |
| 417 | (let (tempfile host remotefile directory fileurl-p) | 417 | (let (tempfile host remotefile directory fileurl-p) |