emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-dav.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-dav.el,v
Date: Mon, 13 Aug 2007 13:42:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/url/url-dav.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/url/url-dav.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- lisp/url/url-dav.el 26 Jul 2007 05:27:36 -0000      1.14
+++ lisp/url/url-dav.el 13 Aug 2007 13:41:22 -0000      1.15
@@ -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 ">"))))
@@ -660,7 +660,7 @@
          ;; 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]