diff options
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | man/dired-x.texi | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 85c86efe227..ea24ff05dc0 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-10-23 Lars Hansen <larsh@soem.dk> | ||
| 2 | |||
| 3 | * dired-x.texi (Miscellaneous Commands): Replace | ||
| 4 | dired-do-relative-symlink by dired-do-relsymlink and | ||
| 5 | dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp. | ||
| 6 | |||
| 1 | 2005-10-23 Jay Belanger <belanger@truman.edu> | 7 | 2005-10-23 Jay Belanger <belanger@truman.edu> |
| 2 | 8 | ||
| 3 | * calc.texi (Predefined Units): Use `alpha' for the fine structure | 9 | * calc.texi (Predefined Units): Use `alpha' for the fine structure |
diff --git a/man/dired-x.texi b/man/dired-x.texi index c1a3e9dbe66..dc02be52003 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi | |||
| @@ -1200,10 +1200,10 @@ format). | |||
| 1200 | If the variable @code{dired-bind-man} is @code{nil}, @code{dired-man} will not | 1200 | If the variable @code{dired-bind-man} is @code{nil}, @code{dired-man} will not |
| 1201 | be bound to @kbd{N}. | 1201 | be bound to @kbd{N}. |
| 1202 | 1202 | ||
| 1203 | @item dired-do-relative-symlink | 1203 | @item dired-do-relsymlink |
| 1204 | @cindex Relative symbolic links. | 1204 | @cindex Relative symbolic links. |
| 1205 | @kindex Y | 1205 | @kindex Y |
| 1206 | @findex dired-do-relative-symlink | 1206 | @findex dired-do-relsymlink |
| 1207 | Bound to @kbd{Y}. Relative symlink all marked (or next ARG) files into a | 1207 | Bound to @kbd{Y}. Relative symlink all marked (or next ARG) files into a |
| 1208 | directory, or make a relative symbolic link to the current file. This creates | 1208 | directory, or make a relative symbolic link to the current file. This creates |
| 1209 | relative symbolic links like | 1209 | relative symbolic links like |
| @@ -1219,9 +1219,9 @@ not absolute ones like | |||
| 1219 | foo -> /ugly/path/that/may/change/any/day/bar/foo | 1219 | foo -> /ugly/path/that/may/change/any/day/bar/foo |
| 1220 | @end example | 1220 | @end example |
| 1221 | 1221 | ||
| 1222 | @item dired-do-relative-symlink-regexp | 1222 | @item dired-do-relsymlink-regexp |
| 1223 | @kindex %Y | 1223 | @kindex %Y |
| 1224 | @findex dired-do-relative-symlink-regexp | 1224 | @findex dired-do-relsymlink-regexp |
| 1225 | Bound to @kbd{%Y}. Relative symlink all marked files containing | 1225 | Bound to @kbd{%Y}. Relative symlink all marked files containing |
| 1226 | @var{regexp} to @var{newname}. See functions | 1226 | @var{regexp} to @var{newname}. See functions |
| 1227 | @code{dired-do-rename-regexp} and @code{dired-do-relsymlink} for more | 1227 | @code{dired-do-rename-regexp} and @code{dired-do-relsymlink} for more |