]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmd5): Docstring improved.
authorKenichi Handa <handa@m17n.org>
Fri, 15 Dec 2000 02:04:31 +0000 (02:04 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 15 Dec 2000 02:04:31 +0000 (02:04 +0000)
src/fns.c

index 5c0fd2d306896e09189016af789512605228cb06..c03f7e3d7ede73352ec2795a132caee5d07c8576 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -4974,6 +4974,8 @@ integers, including negative integers.")
 
 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\