changeset 78489:939017083e04

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:33:26 +0000
parents f115fe871253
children 5eeabdf4bd56
files lisp/net/tramp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Wed Aug 08 07:32:27 2007 +0000
+++ b/lisp/net/tramp.el	Wed Aug 08 07:33:26 2007 +0000
@@ -2436,7 +2436,7 @@
      res-size
      ;; 8. File modes, as a string of ten letters or dashes as in ls -l.
      res-filemodes
-     ;; 9. t iff file's gid would change if file were deleted and
+     ;; 9. t if file's gid would change if file were deleted and
      ;; recreated.  Will be set in `tramp-convert-file-attributes'
      t
      ;; 10. inode number.
@@ -7028,7 +7028,7 @@
   (and (tramp-file-name-p obj) (aref obj 4)))
 
 (defun tramp-tramp-file-p (name)
-  "Return t iff NAME is a tramp file."
+  "Return t if NAME is a tramp file."
   (save-match-data
     (string-match tramp-file-name-regexp name)))