changeset 78488:f115fe871253

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:32:27 +0000
parents 419c5c316b51
children 939017083e04
files lisp/obsolete/fast-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/obsolete/fast-lock.el	Wed Aug 08 07:31:11 2007 +0000
+++ b/lisp/obsolete/fast-lock.el	Wed Aug 08 07:32:27 2007 +0000
@@ -523,7 +523,7 @@
 		;; Just a directory.
 		directory)
 	       (t
-		;; A directory iff the file name matches the regexp.
+		;; A directory if the file name matches the regexp.
 		(let ((bufile (expand-file-name buffer-file-truename))
 		      (case-fold-search nil))
 		  (when (save-match-data (string-match (car directory) bufile))