diff lisp/emacs-lisp/elint.el @ 59506:3da5314608ab

Fixed typo in Commentary section.
author Reiner Steib <Reiner.Steib@gmx.de>
date Wed, 12 Jan 2005 16:07:42 +0000
parents f3ac898990de
children 964ef053b1bc cb67264d6096
line wrap: on
line diff
--- 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.