diff options
| author | Chong Yidong | 2007-04-07 17:12:22 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-07 17:12:22 +0000 |
| commit | e9629f83fc6820ea940c9e514f2088b7b99b5bf8 (patch) | |
| tree | cfbcff8ccbc7dc768c4032064d6ebc2fe073ea61 /man | |
| parent | 7032cd419e79e6b408f6fde133aa7a413734837a (diff) | |
| download | emacs-e9629f83fc6820ea940c9e514f2088b7b99b5bf8.tar.gz emacs-e9629f83fc6820ea940c9e514f2088b7b99b5bf8.zip | |
(Disk Caching): Say Emacs 21 "and later".
Diffstat (limited to 'man')
| -rw-r--r-- | man/url.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/url.texi b/man/url.texi index 6fe28467788..e05576938cd 100644 --- a/man/url.texi +++ b/man/url.texi | |||
| @@ -759,7 +759,8 @@ corresponding cache file. The two supplied possibilities are | |||
| 759 | Creates a cache file name from @var{url} using MD5 hashing. | 759 | Creates a cache file name from @var{url} using MD5 hashing. |
| 760 | @findex md5 | 760 | @findex md5 |
| 761 | This is creates entries with very few cache collisions and is fast if | 761 | This is creates entries with very few cache collisions and is fast if |
| 762 | you have the @code{md5} function as a primitive (Emacs 21 and XEmacs). | 762 | you have the @code{md5} function as a primitive (Emacs 21 and later, |
| 763 | or XEmacs). | ||
| 763 | @smallexample | 764 | @smallexample |
| 764 | (url-cache-create-filename-using-md5 "http://www.example.com/foo/bar") | 765 | (url-cache-create-filename-using-md5 "http://www.example.com/foo/bar") |
| 765 | @result{} "/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f" | 766 | @result{} "/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f" |