diff options
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r-- | lisp/net/tramp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index acb5a93687c..09d125945a1 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -3019,8 +3019,8 @@ User is always nil." (defun tramp-handle-copy-directory (directory newname &optional keep-date parents copy-contents) "Like `copy-directory' for Tramp files." - ;; `directory-files' creates `newname' before running this check. - ;; So we do it ourselves. + ;; `copy-directory' creates NEWNAME before running this check. So + ;; we do it ourselves. (unless (file-exists-p directory) (tramp-error (tramp-dissect-file-name directory) tramp-file-missing |