X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmd5.el;h=b1433668cc1fab1ecc0d0edfaba5d21713716028;hb=063031ab37f934bd608d1392e46dbec46974536b;hp=a246b1aa7012e18eb9c22950d7a92bc73a97fe09;hpb=7098bf91c0627bf40f78b079ef270094d34a1037;p=elisp%2Fgnus.git- diff --git a/lisp/md5.el b/lisp/md5.el index a246b1a..b143366 100644 --- a/lisp/md5.el +++ b/lisp/md5.el @@ -375,9 +375,9 @@ OBJECT is either a string or a buffer. Optional arguments START and END denote buffer positions for computing the hash of a portion of OBJECT. -The optional CODING and NOERROR arguments are ignored. They are only -placeholders to ensure the compatibility with XEmacsen with file-coding or -Mule support." +The optional CODING and NOERROR arguments are ignored. They are no +more than placeholders to ensure the compatibility with XEmacsen with +file-coding or Mule support." (let ((buffer nil)) (unwind-protect (save-excursion @@ -410,4 +410,4 @@ Mule support." (provide 'md5) -;;; md5.el ends here ---------------------------------------------------------- +;;; md5.el ends here