aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-06-06 12:33:59 +0300
committerEli Zaretskii2015-06-06 12:33:59 +0300
commit6cdeb62ea6f8613cb16ae046407250eed9cbaf88 (patch)
treeabb2ba0e3d509e6ec3edff50b1afa80cf8f307e1
parentd31cd490744b3fe43f6394c5973ebe48350f0eff (diff)
downloademacs-6cdeb62ea6f8613cb16ae046407250eed9cbaf88.tar.gz
emacs-6cdeb62ea6f8613cb16ae046407250eed9cbaf88.zip
* lisp/dired.el (dired): Doc fix. (Bug#20739)
-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].