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-cache.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-cache.el,v
Date: Wed, 02 Jul 2008 11:14:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/07/02 11:14:38

Index: url-cache.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-cache.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- url-cache.el        6 May 2008 04:29:10 -0000       1.15
+++ url-cache.el        2 Jul 2008 11:14:36 -0000       1.16
@@ -46,8 +46,8 @@
 that would stop this.  Returns nil if parent directories can not be
 created.  If FILE already exists as a non-directory, it changes
 permissions of FILE or deletes FILE to make it possible to write a new
-version of FILE.  Returns nil if this can not be done.  Returns nil if
-FILE already exists as a directory.  Otherwise, returns t, indicating that
+version of FILE.  Returns nil if this can not be done, or if FILE already
+exists as a directory.  Otherwise, returns t, indicating that
 FILE can be created or overwritten."
   (cond
    ((url-cache-file-writable-p file)
@@ -82,7 +82,7 @@
         (nth 5 attribs))))             ; Can get last mod-time
 
 (defun url-cache-create-filename-human-readable (url)
-  "Return a filename in the local cache for URL"
+  "Return a filename in the local cache for URL."
   (if url
       (let* ((url (if (vectorp url) (url-recreate-url url) url))
             (urlobj (url-generic-parse-url url))
@@ -178,7 +178,7 @@
 
 ;;;###autoload
 (defun url-cache-extract (fnam)
-  "Extract FNAM from the local disk cache"
+  "Extract FNAM from the local disk cache."
   (erase-buffer)
   (insert-file-contents-literally fnam))
 




reply via email to

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