comparison lisp/dired-aux.el @ 90751:52a7f3f50b89

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 624-636) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 200-201) - Merge from emacs--devo--0 - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171
author Miles Bader <miles@gnu.org>
date Tue, 13 Feb 2007 12:14:16 +0000
parents 95d0cdf160ea 3152205d89a5
children 988f1edc9674
comparison
equal deleted inserted replaced
90750:f8cc067aba62 90751:52a7f3f50b89
1581 When operating on just the current file, you specify the new name. 1581 When operating on just the current file, you specify the new name.
1582 When operating on multiple or marked files, you specify a directory 1582 When operating on multiple or marked files, you specify a directory
1583 and new symbolic links are made in that directory 1583 and new symbolic links are made in that directory
1584 with the same names that the files currently have. The default 1584 with the same names that the files currently have. The default
1585 suggested for the target directory depends on the value of 1585 suggested for the target directory depends on the value of
1586 `dired-dwim-target', which see." 1586 `dired-dwim-target', which see.
1587
1588 For relative symlinks, use \\[dired-do-relsymlink]."
1587 (interactive "P") 1589 (interactive "P")
1588 (dired-do-create-files 'symlink (function make-symbolic-link) 1590 (dired-do-create-files 'symlink (function make-symbolic-link)
1589 "Symlink" arg dired-keep-marker-symlink)) 1591 "Symlink" arg dired-keep-marker-symlink))
1590 1592
1591 ;;;###autoload 1593 ;;;###autoload