# HG changeset patch # User Eli Zaretskii # Date 1170427868 0 # Node ID 3152205d89a52387faf9d4832f30f890fb0b9210 # Parent e50186bf86ca6fd19f5651c6d391a737a76f0b76 (dired-do-symlink): Add reference to dired-do-relsymlink. diff -r e50186bf86ca -r 3152205d89a5 lisp/dired-aux.el --- a/lisp/dired-aux.el Fri Feb 02 14:42:38 2007 +0000 +++ b/lisp/dired-aux.el Fri Feb 02 14:51:08 2007 +0000 @@ -1583,7 +1583,9 @@ and new symbolic links 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. + +For relative symlinks, use \\[dired-do-relsymlink]." (interactive "P") (dired-do-create-files 'symlink (function make-symbolic-link) "Symlink" arg dired-keep-marker-symlink))