Mercurial > emacs
changeset 66337:14837742f3d8
(Miscellaneous Commands): Replace dired-do-relative-symlink by dired-do-relsymlink
and dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Sun, 23 Oct 2005 17:45:02 +0000 |
parents | d9a2701e02cd |
children | 3745945f32c3 |
files | man/dired-x.texi |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/man/dired-x.texi Sun Oct 23 17:40:38 2005 +0000 +++ b/man/dired-x.texi Sun Oct 23 17:45:02 2005 +0000 @@ -1200,10 +1200,10 @@ If the variable @code{dired-bind-man} is @code{nil}, @code{dired-man} will not be bound to @kbd{N}. -@item dired-do-relative-symlink +@item dired-do-relsymlink @cindex Relative symbolic links. @kindex Y -@findex dired-do-relative-symlink +@findex dired-do-relsymlink Bound to @kbd{Y}. Relative symlink all marked (or next ARG) files into a directory, or make a relative symbolic link to the current file. This creates relative symbolic links like @@ -1219,9 +1219,9 @@ foo -> /ugly/path/that/may/change/any/day/bar/foo @end example -@item dired-do-relative-symlink-regexp +@item dired-do-relsymlink-regexp @kindex %Y -@findex dired-do-relative-symlink-regexp +@findex dired-do-relsymlink-regexp Bound to @kbd{%Y}. Relative symlink all marked files containing @var{regexp} to @var{newname}. See functions @code{dired-do-rename-regexp} and @code{dired-do-relsymlink} for more