From: yamaoka Date: Fri, 5 Mar 2004 11:04:37 +0000 (+0000) Subject: (sha1-maximum-internal-length): Doc fix from Jesper Harder. X-Git-Tag: flim-1_14_7~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=117825e27b57133e758b2cc6167b63ae266bcac3;p=elisp%2Fflim.git (sha1-maximum-internal-length): Doc fix from Jesper Harder. --- diff --git a/ChangeLog b/ChangeLog index 7758497..9b414bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-05 Jesper Harder + + * sha1-el.el (sha1-maximum-internal-length): Doc fix. + 2004-02-23 TAKAHASHI Kaoru * lunit.el (lunit-make-test-suite-from-class): Fix regexp. diff --git a/sha1-el.el b/sha1-el.el index 760c2d0..6e47953 100644 --- a/sha1-el.el +++ b/sha1-el.el @@ -65,10 +65,10 @@ :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)