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'."
141141 ; ; First send error messages.
142142 (cond (failures
143143 (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 "
145145 'dired-async-failures
146146 (car operation) (length failures)
147147 total (dired-plural-s total)))
148148 (skipped
149149 (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 "
151151 'dired-async-failures
152152 (car operation) (length skipped) total
153153 (dired-plural-s total))))
@@ -241,13 +241,13 @@ ESC or `q' to not overwrite any of the remaining files,
241241 (unless async-fn-list
242242 (cond (failures
243243 (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 "
245245 'dired-async-failures
246246 operation (length failures)
247247 total (dired-plural-s total)))
248248 (skipped
249249 (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 "
251251 'dired-async-failures
252252 operation (length skipped) total
253253 (dired-plural-s total)))))
You can’t perform that action at this time.
0 commit comments