diff options
Diffstat (limited to 'lisp/url/url-cache.el')
-rw-r--r-- | lisp/url/url-cache.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el index 830e6ba9dcc..f869d2e2cf1 100644 --- a/lisp/url/url-cache.el +++ b/lisp/url/url-cache.el @@ -19,6 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. +;;; Commentary: + ;;; Code: (require 'url-parse) @@ -47,7 +49,7 @@ Used by the function `url-cache-expired'." (file-directory-p (file-name-directory file))))) (defun url-cache-prepare (file) - "Makes it possible to cache data in FILE. + "Make it possible to cache data in FILE. Creates any necessary parent directories, deleting any non-directory files that would stop this. Returns nil if parent directories can not be created. If FILE already exists as a non-directory, it changes |