summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-02-02 14:51:08 +0000
committerEli Zaretskii <eliz@gnu.org>2007-02-02 14:51:08 +0000
commit806f34d6a73390e80f67df76f77a8510362367fb (patch)
tree4c38dcb6bbb5702377b863eb37605aff028b28e0 /lisp/dired-aux.el
parent84e42e60e1660e9f20f0b2a785a08d452a8b12c2 (diff)
downloademacs-806f34d6a73390e80f67df76f77a8510362367fb.tar.gz
(dired-do-symlink): Add reference to dired-do-relsymlink.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 6018d882191..4bad556e015 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1583,7 +1583,9 @@ When operating on multiple or marked files, you specify a directory
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))