]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-cache.el (url-is-cached): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 18 Sep 2010 20:43:13 +0000 (13:43 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 18 Sep 2010 20:43:13 +0000 (13:43 -0700)
lisp/url/ChangeLog
lisp/url/url-cache.el

index c8defd459cd5d02bd410326a892e08be66c3209d..90533fa297c2e56a2a96999adcfb1c9746f48bbf 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-18  Glenn Morris  <rgm@gnu.org>
+
+       * url-cache.el (url-is-cached): Doc fix.
+
 2010-09-11  Julien Danjou  <julien@danjou.info>
 
        * url-cache (url-store-in-cache): Make `buff' argument really optional.
index ebd9f6123ff0a1f0a1d2c0d09d301bca74138d23..19b2442f584f6d00ff6203ea5f4b9f10b66b43b8 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-cache.el --- Uniform Resource Locator retrieval tool
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008,
+;;   2009, 2010  Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -70,7 +70,8 @@ FILE can be created or overwritten."
 
 ;;;###autoload
 (defun url-is-cached (url)
-  "Return non-nil if the URL is cached."
+  "Return non-nil if the URL is cached.
+The actual return value is the last modification time of the cache file."
   (let* ((fname (url-cache-create-filename url))
         (attribs (file-attributes fname)))
     (and fname                         ; got a filename