+2004-03-05 Jesper Harder <harder@ifa.au.dk>
+
+ * sha1-el.el (sha1-maximum-internal-length): Doc fix.
+
2004-02-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
* lunit.el (lunit-make-test-suite-from-class): Fix regexp.
:group 'extensions)
(defcustom sha1-maximum-internal-length 500
- "*Maximum length of message to use lisp version of SHA1 function.
+ "*Maximum length of message to use Lisp version of SHA1 function.
If message is longer than this, `sha1-program' is used instead.
-If this variable is set to 0, use extarnal program only.
+If this variable is set to 0, use external program only.
If this variable is set to nil, use internal function only."
:type 'integer
:group 'sha1)