emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/url.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/url.texi,v
Date: Sun, 08 Apr 2007 14:31:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/08 14:31:49

Index: url.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/url.texi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- url.texi    7 Apr 2007 17:12:22 -0000       1.21
+++ url.texi    8 Apr 2007 14:31:49 -0000       1.22
@@ -413,7 +413,7 @@
 @cindex FTP
 @cindex File Transfer Protocol
 @cindex compressed files
address@hidden dired
address@hidden dired
 
 @example
 ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file}
@@ -757,10 +757,8 @@
 
 @defun url-cache-create-filename-using-md5 url
 Creates a cache file name from @var{url} using MD5 hashing.
address@hidden 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 later,
-or XEmacs).
+This is creates entries with very few cache collisions and is fast.
address@hidden MD5
 @smallexample
 (url-cache-create-filename-using-md5 "http://www.example.com/foo/bar";)
   @result{} 
"/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f"
@@ -1056,9 +1054,9 @@
 @node History
 @section History
 
address@hidden url-do-setup
 The library can maintain a global history list tracking URLs accessed.
 URL completion can be done from it.  The history mechanism is set up
address@hidden url-do-setup
 automatically via @code{url-do-setup} when it is configured to be on.
 Note that the size of the history list is currently not limited.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]