aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-12-15 02:04:31 +0000
committerKenichi Handa2000-12-15 02:04:31 +0000
commitc600604975f5c3dd4a2a136d9129e046e8ac153e (patch)
tree6afb8c54a5b442d11dc6a8b90eab9ecfed3b1744 /src
parentced04c42f1cea5b643eba1f8872efe82cde782eb (diff)
downloademacs-c600604975f5c3dd4a2a136d9129e046e8ac153e.tar.gz
emacs-c600604975f5c3dd4a2a136d9129e046e8ac153e.zip
(Fmd5): Docstring improved.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 5c0fd2d3068..c03f7e3d7ed 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4974,6 +4974,8 @@ integers, including negative integers.")
4974 4974
4975DEFUN ("md5", Fmd5, Smd5, 1, 5, 0, 4975DEFUN ("md5", Fmd5, Smd5, 1, 5, 0,
4976 "Return MD5 message digest of OBJECT, a buffer or string.\n\ 4976 "Return MD5 message digest of OBJECT, a buffer or string.\n\
4977A message digest is a cryptographic checksum of a document,\n\
4978and the algorithm to calculate it is defined in RFC 1321.\n\
4977\n\ 4979\n\
4978The two optional arguments START and END are character positions\n\ 4980The two optional arguments START and END are character positions\n\
4979specifying for which part of OBJECT the message digest should be computed.\n\ 4981specifying for which part of OBJECT the message digest should be computed.\n\