X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=blobdiff_plain;f=sha1-el.el;h=82657b8875c2892c057b880188759f9c559ca40e;hp=760c2d0663d9f140e2552e54abfb34f3ffba5488;hb=HEAD;hpb=0f9aa0afddb6bd16d9b0146c82af8bbddc313e76 diff --git a/sha1-el.el b/sha1-el.el index 760c2d0..82657b8 100644 --- a/sha1-el.el +++ b/sha1-el.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -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)