Mercurial > emacs
changeset 72716:28b70fec3284
(dired-log-summary): Add doc string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 08 Sep 2006 11:58:18 +0000 |
parents | b51738f67f62 |
children | 3c10728bc064 |
files | lisp/dired.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Fri Sep 08 11:57:05 2006 +0000 +++ b/lisp/dired.el Fri Sep 08 11:58:18 2006 +0000 @@ -3043,6 +3043,10 @@ (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