# HG changeset patch # User Kenichi Handa # Date 976845871 0 # Node ID a94a01759d0beb7c3becf8c3d9af63b7df71ca84 # Parent d207904c02ea3f54770263a03b282ec7b538e05a (Fmd5): Docstring improved. diff -r d207904c02ea -r a94a01759d0b src/fns.c --- a/src/fns.c Fri Dec 15 02:04:09 2000 +0000 +++ b/src/fns.c Fri Dec 15 02:04:31 2000 +0000 @@ -4974,6 +4974,8 @@ DEFUN ("md5", Fmd5, Smd5, 1, 5, 0, "Return MD5 message digest of OBJECT, a buffer or string.\n\ +A message digest is a cryptographic checksum of a document,\n\ +and the algorithm to calculate it is defined in RFC 1321.\n\ \n\ The two optional arguments START and END are character positions\n\ specifying for which part of OBJECT the message digest should be computed.\n\