mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(dired-log-summary): Add doc string.
This commit is contained in:
parent
809f0c3561
commit
ddcfebf1ae
1 changed files with 4 additions and 0 deletions
|
|
@ -3043,6 +3043,10 @@ Thus, use \\[backward-page] to find the beginning of a group of errors."
|
|||
(insert "\f\n")))))))
|
||||
|
||||
(defun dired-log-summary (string failures)
|
||||
"State a summary of a command's failures, in echo area and log buffer.
|
||||
STRING is an overall summary of the failures.
|
||||
FAILURES is a list of file names that we failed to operate on,
|
||||
or nil if file names are not applicable."
|
||||
(if (= (length failures) 1)
|
||||
(message "%s"
|
||||
(with-current-buffer dired-log-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue