mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* lisp/url/url-cache.el (url-cache-expire-time): Doc fix.
This commit is contained in:
parent
8ea8e1744c
commit
97161df81e
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
* url-cache.el (url-cache-expired): Don't autoload.
|
||||
Tweak previous change.
|
||||
(url-cache-expire-time): Doc fix.
|
||||
|
||||
2010-09-23 Julien Danjou <julien@danjou.info>
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,8 @@
|
|||
:group 'url-file)
|
||||
|
||||
(defcustom url-cache-expire-time 3600
|
||||
"Maximum time in seconds to keep the documents cached."
|
||||
"Default maximum time in seconds before cache files expire.
|
||||
Used by the function `url-cache-expired'."
|
||||
:version "24.1"
|
||||
:type 'integer
|
||||
:group 'url-cache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue