(sha1-maximum-internal-length): Doc fix from Jesper Harder.
authoryamaoka <yamaoka>
Fri, 5 Mar 2004 11:04:37 +0000 (11:04 +0000)
committeryamaoka <yamaoka>
Fri, 5 Mar 2004 11:04:37 +0000 (11:04 +0000)
ChangeLog
sha1-el.el

index 7758497..9b414bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 760c2d0..6e47953 100644 (file)
   :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)