From: Reiner Steib Date: Wed, 12 Jan 2005 16:07:42 +0000 (+0000) Subject: Fixed typo in Commentary section. X-Git-Tag: ttn-vms-21-2-B4~2789 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9deb0abaf8a49aa96d65cbf69091750a02a35159;p=emacs.git Fixed typo in Commentary section. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e202eb2e01a..9a8a56f2e64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-12 Reiner Steib + + * emacs-lisp/elint.el: Fixed typo in Commentary section. + 2005-01-12 Jay Belanger * calc/calc-help.el (calc-describe-key): Use temporary info buffer diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index 9454bfc9da3..d4967a7cd06 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el @@ -29,7 +29,7 @@ ;; mispellings and undefined variables, although it can also catch ;; function calls with the wrong number of arguments. -;; Before using, call `elint-initialize' to set up som argument +;; Before using, call `elint-initialize' to set up some argument ;; data. This takes a while. Then call elint-current-buffer or ;; elint-defun to lint a buffer or a defun.