Mercurial > emacs
changeset 77038:b04c9e84be6a
(Disk Caching): Say Emacs 21 "and later".
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 07 Apr 2007 17:12:22 +0000 |
parents | f73ced649edb |
children | e1252afbb268 |
files | man/url.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/url.texi Sat Apr 07 17:12:10 2007 +0000 +++ b/man/url.texi Sat Apr 07 17:12:22 2007 +0000 @@ -759,7 +759,8 @@ Creates a cache file name from @var{url} using MD5 hashing. @findex md5 This is creates entries with very few cache collisions and is fast if -you have the @code{md5} function as a primitive (Emacs 21 and XEmacs). +you have the @code{md5} function as a primitive (Emacs 21 and later, +or XEmacs). @smallexample (url-cache-create-filename-using-md5 "http://www.example.com/foo/bar") @result{} "/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f"