aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-08 14:31:49 +0000
committerRichard M. Stallman2007-04-08 14:31:49 +0000
commit659b677d28765d8c2dbffbf78f8e62415bda4fbb (patch)
treec59f1d367050849dac77102ac4307f947a4ae5f2
parent4cc4a90c57432d5cf2e8117d6da8d93200ef2f19 (diff)
downloademacs-659b677d28765d8c2dbffbf78f8e62415bda4fbb.tar.gz
emacs-659b677d28765d8c2dbffbf78f8e62415bda4fbb.zip
Fix some indexing.
(Disk Caching): Drop discussion of old/other Emacs versions.
-rw-r--r--man/url.texi10
1 files changed, 4 insertions, 6 deletions
diff --git a/man/url.texi b/man/url.texi
index e05576938cd..aeabc435bfd 100644
--- a/man/url.texi
+++ b/man/url.texi
@@ -413,7 +413,7 @@ specifications in HTML @samp{<meta>} elements.
413@cindex FTP 413@cindex FTP
414@cindex File Transfer Protocol 414@cindex File Transfer Protocol
415@cindex compressed files 415@cindex compressed files
416@findex dired 416@cindex dired
417 417
418@example 418@example
419ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file} 419ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file}
@@ -757,10 +757,8 @@ corresponding cache file. The two supplied possibilities are
757 757
758@defun url-cache-create-filename-using-md5 url 758@defun url-cache-create-filename-using-md5 url
759Creates a cache file name from @var{url} using MD5 hashing. 759Creates a cache file name from @var{url} using MD5 hashing.
760@findex md5 760This is creates entries with very few cache collisions and is fast.
761This is creates entries with very few cache collisions and is fast if 761@cindex MD5
762you have the @code{md5} function as a primitive (Emacs 21 and later,
763or XEmacs).
764@smallexample 762@smallexample
765(url-cache-create-filename-using-md5 "http://www.example.com/foo/bar") 763(url-cache-create-filename-using-md5 "http://www.example.com/foo/bar")
766 @result{} "/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f" 764 @result{} "/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f"
@@ -1056,9 +1054,9 @@ opened by the URL library.
1056@node History 1054@node History
1057@section History 1055@section History
1058 1056
1057@findex url-do-setup
1059The library can maintain a global history list tracking URLs accessed. 1058The library can maintain a global history list tracking URLs accessed.
1060URL completion can be done from it. The history mechanism is set up 1059URL completion can be done from it. The history mechanism is set up
1061@findex url-do-setup
1062automatically via @code{url-do-setup} when it is configured to be on. 1060automatically via @code{url-do-setup} when it is configured to be on.
1063Note that the size of the history list is currently not limited. 1061Note that the size of the history list is currently not limited.
1064 1062