# HG changeset patch # User Richard M. Stallman # Date 1161168628 0 # Node ID 450378d395360605ce17a99d3ae2acc6fc2282df # Parent 3941cd9501a7503f832212539e9277ec1ed9c3aa (dired-do-copy): Doc fix. diff -r 3941cd9501a7 -r 450378d39536 lisp/dired-aux.el --- a/lisp/dired-aux.el Wed Oct 18 10:41:08 2006 +0000 +++ b/lisp/dired-aux.el Wed Oct 18 10:50:28 2006 +0000 @@ -1560,7 +1560,10 @@ and new copies of these files are made in that directory with the same names that the files currently have. The default suggested for the target directory depends on the value of -`dired-dwim-target', which see." +`dired-dwim-target', which see. + +This command copies symbolic links by creating new ones, +like `cp -d'." (interactive "P") (let ((dired-recursive-copies dired-recursive-copies)) (dired-do-create-files 'copy (function dired-copy-file)