From 4837b516ea56c6cc2b3ce823b04078b10b2defc6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 8 Aug 2007 07:40:09 +0000 Subject: Replace `iff' in doc-strings and comments. --- lisp/diff.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/diff.el') diff --git a/lisp/diff.el b/lisp/diff.el index c612b2fb77c..75ae34d5f2a 100644 --- a/lisp/diff.el +++ b/lisp/diff.el @@ -62,7 +62,8 @@ (defun diff-sentinel (code) "Code run when the diff process exits. -CODE is the exit code of the process. It should be 0 iff no diffs were found." +CODE is the exit code of the process. It should be 0 only if no diffs +were found." (if diff-old-temp-file (delete-file diff-old-temp-file)) (if diff-new-temp-file (delete-file diff-new-temp-file)) (save-excursion -- cgit v1.2.3