summaryrefslogtreecommitdiff
path: root/man/dired.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-04-26 11:35:32 +0000
committerEli Zaretskii <eliz@gnu.org>2001-04-26 11:35:32 +0000
commitb792ae3605a3824b49f3b7a83300fd3f6b7b1f59 (patch)
tree93869f0d86a4b02a7b148e4d298249325f878358 /man/dired.texi
parentefa89c1f70d954363eaae1201a5b2b41d3398d92 (diff)
downloademacs-b792ae3605a3824b49f3b7a83300fd3f6b7b1f59.tar.gz
(Operating on Files): Document dired-dwim-target.
Diffstat (limited to 'man/dired.texi')
-rw-r--r--man/dired.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/dired.texi b/man/dired.texi
index a4f141e3b9d..92316f98642 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -465,6 +465,15 @@ on all those files.
Otherwise, the command operates on the current file only.
@end itemize
+@vindex dired-dwim-target
+@cindex two directories (in Dired)
+ Commands which ask for a destination directory, such as those which
+copy and rename files or create links for them, try to guess the default
+target directory for the operation. Normally, they suggest the Dired
+buffer's default directory, but if the variable @code{dired-dwim-target}
+is non-@code{nil}, and if there is another Dired buffer displayed in the
+next window, that other buffer's directory is suggested instead.
+
Here are the file-manipulating commands that operate on files in this
way. (Some other Dired commands, such as @kbd{!} and the @samp{%}
commands, also use these conventions to decide which files to work on.)