Mercurial > emacs
changeset 34584:a94a01759d0b
(Fmd5): Docstring improved.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 15 Dec 2000 02:04:31 +0000 |
parents | d207904c02ea |
children | 1e66e14d9695 |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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\