File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,13 @@ Should take same args as `message'."
141
141
; ; First send error messages.
142
142
(cond (failures
143
143
(funcall dired-async-message-function
144
- " %s failed for %d of %d file%s"
144
+ " %s failed for %d of %d file%s -- See *Dired log* buffer "
145
145
'dired-async-failures
146
146
(car operation) (length failures)
147
147
total (dired-plural-s total)))
148
148
(skipped
149
149
(funcall dired-async-message-function
150
- " %s: %d of %d file%s skipped"
150
+ " %s: %d of %d file%s skipped -- See *Dired log* buffer "
151
151
'dired-async-failures
152
152
(car operation) (length skipped) total
153
153
(dired-plural-s total))))
@@ -241,13 +241,13 @@ ESC or `q' to not overwrite any of the remaining files,
241
241
(unless async-fn-list
242
242
(cond (failures
243
243
(funcall dired-async-message-function
244
- " %s failed for %d of %d file%s"
244
+ " %s failed for %d of %d file%s -- See *Dired log* buffer "
245
245
'dired-async-failures
246
246
operation (length failures)
247
247
total (dired-plural-s total)))
248
248
(skipped
249
249
(funcall dired-async-message-function
250
- " %s: %d of %d file%s skipped"
250
+ " %s: %d of %d file%s skipped -- See *Dired log* buffer "
251
251
'dired-async-failures
252
252
operation (length skipped) total
253
253
(dired-plural-s total)))))
You can’t perform that action at this time.
0 commit comments