From 9deb0abaf8a49aa96d65cbf69091750a02a35159 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Wed, 12 Jan 2005 16:07:42 +0000 Subject: [PATCH] Fixed typo in Commentary section. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/elint.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.2