Mercurial > emacs
changeset 59506:3da5314608ab
Fixed typo in Commentary section.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Wed, 12 Jan 2005 16:07:42 +0000 |
parents | 19b4e3d63aed |
children | 359397c57b70 |
files | lisp/ChangeLog lisp/emacs-lisp/elint.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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.