Mercurial > emacs
changeset 75611:3152205d89a5
(dired-do-symlink): Add reference to dired-do-relsymlink.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 02 Feb 2007 14:51:08 +0000 |
parents | e50186bf86ca |
children | 9599324110d3 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))