comparison man/dired-x.texi @ 90261:7beb78bc1f8e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 08:37:27 +0000
parents 2d92f5c9d6ae 14837742f3d8
children c5406394f567
comparison
equal deleted inserted replaced
90260:0ca0d9181b5e 90261:7beb78bc1f8e
1198 1198
1199 @vindex dired-bind-man 1199 @vindex dired-bind-man
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
1210 1210
1211 @example 1211 @example
1217 1217
1218 @example 1218 @example
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
1228 info. 1228 info.
1229 @end table 1229 @end table