Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
47
47
; ; C-h f dired-list RET
48
48
49
- ; ; in emacs .
49
+ ; ; in Emacs .
50
50
51
51
; ; In addition to the generic interface this package implements common
52
52
; ; listings (patches and extensions welcome!), these are:
68
68
(require 'find-dired )
69
69
70
70
(defcustom dired-list-use-N-flag t
71
- " GNU coreutils ls version 8.25 no longer uses --literal (-N) flag as default .
71
+ " Non-nil means the --literal flag will be used .
72
72
73
- If this setting is non-nil, the --literal flag will be used "
73
+ GNU coreutils ls version 8.25 no longer uses --literal (-N) flag as default. "
74
74
:type 'boolean
75
75
:group 'dired-list )
76
76
@@ -281,7 +281,7 @@ Display results as a `dired' buffer."
281
281
282
282
; ; taken from grep.el/rgrep
283
283
(defun dired-list--get-ignored-stuff (dir )
284
- " Return an argument to find which ignores uninteresting directories and files.
284
+ " Return find subcommand to ignore uninteresting dirs and files in DIR .
285
285
286
286
Directories are taken form `grep-find-ignored-directories' , files
287
287
are taken from `grep-find-ignored-files' ."
@@ -327,7 +327,7 @@ are taken from `grep-find-ignored-files'."
327
327
328
328
;;;### autoload
329
329
(defun dired-list-find-file (dir cmd )
330
- " Run find(1) on DIR.
330
+ " Run find(1) on DIR with find command CMD .
331
331
332
332
By default, directories matching `grep-find-ignored-directories'
333
333
and files matching `grep-find-ignored-files' are ignored.
0 commit comments