diff lisp/url/url-dav.el @ 78481:bc53aa750f3b

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:21:23 +0000
parents 8932997d0b62
children 9c0b3f269b92 ffdba9eb7f4e
line wrap: on
line diff
--- a/lisp/url/url-dav.el	Wed Aug 08 07:21:11 2007 +0000
+++ b/lisp/url/url-dav.el	Wed Aug 08 07:21:23 2007 +0000
@@ -562,7 +562,7 @@
 
 (defun url-dav-unlock-resource (url lock-token)
   "Release the lock on URL represented by LOCK-TOKEN.
-Returns t iff the lock was successfully released."
+Returns t if the lock was successfully released."
   (declare (special url-http-response-status))
   (let* ((url-request-extra-headers (list (cons "Lock-Token"
 						(concat "<" lock-token ">"))))
@@ -654,13 +654,13 @@
          (or (plist-get properties 'DAV:getcontentlength) 0)
 
          ;; file modes as a string like `ls -l'
-         ;; 
+         ;;
          ;; Should be able to build this up from the
          ;; DAV:supportedlock attribute pretty easily.  Getting
          ;; the group info could be impossible though.
          (url-dav-file-attributes-mode-string properties)
 
-         ;; t iff file's gid would change if it were deleted &
+         ;; t if file's gid would change if it were deleted &
          ;; recreated.  No way for us to know that thru DAV.
          nil