aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired.el14
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index e523b941295..02946e0f3bc 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -749,10 +749,16 @@ as an argument to `dired-goto-file'."
749 "\"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it. 749 "\"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
750Optional second argument SWITCHES specifies the `ls' options used. 750Optional second argument SWITCHES specifies the `ls' options used.
751\(Interactively, use a prefix argument to be able to specify SWITCHES.) 751\(Interactively, use a prefix argument to be able to specify SWITCHES.)
752Dired displays a list of files in DIRNAME (which may also have 752
753shell wildcards appended to select certain files). If DIRNAME is a cons, 753If DIRNAME is a string, Dired displays a list of files in DIRNAME (which
754its first element is taken as the directory name and the rest as an explicit 754may also have shell wildcards appended to select certain files).
755list of files to make directory entries for. 755
756If DIRNAME is a cons, its first element is taken as the directory name
757and the rest as an explicit list of files to make directory entries for.
758In this case, SWITCHES are applied to each of the files separately, and
759therefore switches that control the order of the files in the produced
760listing have no effect.
761
756\\<dired-mode-map>\ 762\\<dired-mode-map>\
757You can flag files for deletion with \\[dired-flag-file-deletion] and then 763You can flag files for deletion with \\[dired-flag-file-deletion] and then
758delete them by typing \\[dired-do-flagged-delete]. 764delete them by typing \\[dired-do-flagged-delete].