diff options
| author | Eli Zaretskii | 2015-06-06 12:33:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-06-06 12:33:59 +0300 |
| commit | 6cdeb62ea6f8613cb16ae046407250eed9cbaf88 (patch) | |
| tree | abb2ba0e3d509e6ec3edff50b1afa80cf8f307e1 | |
| parent | d31cd490744b3fe43f6394c5973ebe48350f0eff (diff) | |
| download | emacs-6cdeb62ea6f8613cb16ae046407250eed9cbaf88.tar.gz emacs-6cdeb62ea6f8613cb16ae046407250eed9cbaf88.zip | |
* lisp/dired.el (dired): Doc fix. (Bug#20739)
| -rw-r--r-- | lisp/dired.el | 14 |
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. |
| 750 | Optional second argument SWITCHES specifies the `ls' options used. | 750 | Optional 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.) |
| 752 | Dired displays a list of files in DIRNAME (which may also have | 752 | |
| 753 | shell wildcards appended to select certain files). If DIRNAME is a cons, | 753 | If DIRNAME is a string, Dired displays a list of files in DIRNAME (which |
| 754 | its first element is taken as the directory name and the rest as an explicit | 754 | may also have shell wildcards appended to select certain files). |
| 755 | list of files to make directory entries for. | 755 | |
| 756 | If DIRNAME is a cons, its first element is taken as the directory name | ||
| 757 | and the rest as an explicit list of files to make directory entries for. | ||
| 758 | In this case, SWITCHES are applied to each of the files separately, and | ||
| 759 | therefore switches that control the order of the files in the produced | ||
| 760 | listing have no effect. | ||
| 761 | |||
| 756 | \\<dired-mode-map>\ | 762 | \\<dired-mode-map>\ |
| 757 | You can flag files for deletion with \\[dired-flag-file-deletion] and then | 763 | You can flag files for deletion with \\[dired-flag-file-deletion] and then |
| 758 | delete them by typing \\[dired-do-flagged-delete]. | 764 | delete them by typing \\[dired-do-flagged-delete]. |