From e7c1dca85c0ec5652ef5d85619d7426fbb1f322b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 22 Jan 2011 15:15:24 -0500 Subject: * vc/diff.el (diff-sentinel): Doc fix (Bug#7682). --- lisp/vc/diff.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/vc/diff.el') diff --git a/lisp/vc/diff.el b/lisp/vc/diff.el index 0a853c5d902..b29f9c10b18 100644 --- a/lisp/vc/diff.el +++ b/lisp/vc/diff.el @@ -60,7 +60,9 @@ (defun diff-sentinel (code &optional old-temp-file new-temp-file) "Code run when the diff process exits. CODE is the exit code of the process. It should be 0 only if no diffs -were found." +were found. +If optional args OLD-TEMP-FILE and/or NEW-TEMP-FILE are non-nil, +delete the temporary files so named." (if old-temp-file (delete-file old-temp-file)) (if new-temp-file (delete-file new-temp-file)) (save-excursion -- cgit v1.2.1