]> git.eshelyaron.com Git - emacs.git/commitdiff
(Miscellaneous Commands): Replace dired-do-relative-symlink by dired-do-relsymlink
authorLars Hansen <larsh@soem.dk>
Sun, 23 Oct 2005 17:45:24 +0000 (17:45 +0000)
committerLars Hansen <larsh@soem.dk>
Sun, 23 Oct 2005 17:45:24 +0000 (17:45 +0000)
and dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.

man/ChangeLog
man/dired-x.texi

index 85c86efe227752b10aa712c0270c77e63f27d740..ea24ff05dc0ea4aaf769b4f2951667c3e9393726 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-23  Lars Hansen  <larsh@soem.dk>
+
+       * dired-x.texi (Miscellaneous Commands): Replace
+       dired-do-relative-symlink by dired-do-relsymlink and
+       dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
+
 2005-10-23  Jay Belanger  <belanger@truman.edu>
 
        * calc.texi (Predefined Units): Use `alpha' for the fine structure
index c1a3e9dbe663af98d5bd28fc13ac12f6f6ce77b1..dc02be52003c85ba37455519e7680637f5fa0949 100644 (file)
@@ -1200,10 +1200,10 @@ format).
 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 @@ not absolute ones like
     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