]> code.delx.au - gnu-emacs-elpa/blobdiff - dired-async.el
Add comment no code change.
[gnu-emacs-elpa] / dired-async.el
index 64f958a1d5bd937e6a62e63ba7e041dcbdee2e58..18e86fc86a01fae2222e2989fb6e6b7c7747d8fa 100644 (file)
@@ -262,6 +262,7 @@ ESC or `q' to not overwrite any of the remaining files,
                                 ;; Same feature as "cp --backup=numbered from to"
                                 ;; Symlinks are copied as file from source unlike
                                 ;; `dired-copy-file' which is same as cp -d.
+                                ;; Directories are omitted.
                                 (lambda (from to ok)
                                   (cond ((file-directory-p from) (ignore))
                                         (t (let ((count 0))