]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed typo in Commentary section.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 12 Jan 2005 16:07:42 +0000 (16:07 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 12 Jan 2005 16:07:42 +0000 (16:07 +0000)
lisp/ChangeLog
lisp/emacs-lisp/elint.el

index e202eb2e01abc1d98ae651afad455c7bf9feaef0..9a8a56f2e6481f9b624e339a6798a62f0d7a5986 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * emacs-lisp/elint.el: Fixed typo in Commentary section.
+
 2005-01-12  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-help.el (calc-describe-key): Use temporary info buffer
index 9454bfc9da3a654ab596b628e592e3fa94cde9a5..d4967a7cd06a0eb694ddf81ae620999f27d31166 100644 (file)
@@ -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.