# HG changeset patch # User Reiner Steib # Date 1105546062 0 # Node ID 3da5314608ab7822b70e7ea11f16600e30877cb5 # Parent 19b4e3d63aed634aa5067a3fa3ebe49df6386a1c Fixed typo in Commentary section. diff -r 19b4e3d63aed -r 3da5314608ab lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 12 15:33:00 2005 +0000 +++ b/lisp/ChangeLog Wed Jan 12 16:07:42 2005 +0000 @@ -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 -r 19b4e3d63aed -r 3da5314608ab lisp/emacs-lisp/elint.el --- a/lisp/emacs-lisp/elint.el Wed Jan 12 15:33:00 2005 +0000 +++ b/lisp/emacs-lisp/elint.el Wed Jan 12 16:07:42 2005 +0000 @@ -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.