diff options
| -rw-r--r-- | lisp/url/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/url/url-cache.el | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 531548cd0be..02e135bf7a4 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * url-cache.el (url-cache-expired): Don't autoload. | 3 | * url-cache.el (url-cache-expired): Don't autoload. |
| 4 | Tweak previous change. | 4 | Tweak previous change. |
| 5 | (url-cache-expire-time): Doc fix. | ||
| 5 | 6 | ||
| 6 | 2010-09-23 Julien Danjou <julien@danjou.info> | 7 | 2010-09-23 Julien Danjou <julien@danjou.info> |
| 7 | 8 | ||
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el index 677e03c37f3..418a8e22672 100644 --- a/lisp/url/url-cache.el +++ b/lisp/url/url-cache.el | |||
| @@ -33,7 +33,8 @@ | |||
| 33 | :group 'url-file) | 33 | :group 'url-file) |
| 34 | 34 | ||
| 35 | (defcustom url-cache-expire-time 3600 | 35 | (defcustom url-cache-expire-time 3600 |
| 36 | "Maximum time in seconds to keep the documents cached." | 36 | "Default maximum time in seconds before cache files expire. |
| 37 | Used by the function `url-cache-expired'." | ||
| 37 | :version "24.1" | 38 | :version "24.1" |
| 38 | :type 'integer | 39 | :type 'integer |
| 39 | :group 'url-cache) | 40 | :group 'url-cache) |