diff options
| -rw-r--r-- | man/url.texi | 10 |
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 |
| 419 | ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file} | 419 | ftp://@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 |
| 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 | This is creates entries with very few cache collisions and is fast. |
| 761 | This is creates entries with very few cache collisions and is fast if | 761 | @cindex MD5 |
| 762 | you have the @code{md5} function as a primitive (Emacs 21 and later, | ||
| 763 | or 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 | ||
| 1059 | The library can maintain a global history list tracking URLs accessed. | 1058 | The library can maintain a global history list tracking URLs accessed. |
| 1060 | URL completion can be done from it. The history mechanism is set up | 1059 | URL completion can be done from it. The history mechanism is set up |
| 1061 | @findex url-do-setup | ||
| 1062 | automatically via @code{url-do-setup} when it is configured to be on. | 1060 | automatically via @code{url-do-setup} when it is configured to be on. |
| 1063 | Note that the size of the history list is currently not limited. | 1061 | Note that the size of the history list is currently not limited. |
| 1064 | 1062 | ||