]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-dav.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / url / url-dav.el
index 61ca0885ec51eda75ed1f9687478f7e04717a09a..1cf6b8209f90637c7f2f61bd665008ffba419649 100644 (file)
@@ -495,7 +495,7 @@ make sure you are comfortable with it leaking to the outside world.")
 (defun url-dav-lock-resource (url exclusive &optional depth)
   "Request a lock on URL.  If EXCLUSIVE is non-nil, get an exclusive lock.
 Optional 3rd argument DEPTH says how deep the lock should go, default is 0
-\(lock only the resource and none of its children\).
+\(lock only the resource and none of its children).
 
 Returns a cons-cell of (SUCCESSFUL-RESULTS . FAILURE-RESULTS).
 SUCCESSFUL-RESULTS is a list of (URL STATUS locktoken).