aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2005-01-12 16:07:42 +0000
committerReiner Steib2005-01-12 16:07:42 +0000
commit9deb0abaf8a49aa96d65cbf69091750a02a35159 (patch)
treebd1f466f2bf8a98cf5372defed3bf6fdb11dbc8e
parent51d40dab5df28baaa8456035552c717849b4e22e (diff)
downloademacs-9deb0abaf8a49aa96d65cbf69091750a02a35159.tar.gz
emacs-9deb0abaf8a49aa96d65cbf69091750a02a35159.zip
Fixed typo in Commentary section.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/elint.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e202eb2e01a..9a8a56f2e64 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * emacs-lisp/elint.el: Fixed typo in Commentary section.
4
12005-01-12 Jay Belanger <belanger@truman.edu> 52005-01-12 Jay Belanger <belanger@truman.edu>
2 6
3 * calc/calc-help.el (calc-describe-key): Use temporary info buffer 7 * 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 @@
29;; mispellings and undefined variables, although it can also catch 29;; mispellings and undefined variables, although it can also catch
30;; function calls with the wrong number of arguments. 30;; function calls with the wrong number of arguments.
31 31
32;; Before using, call `elint-initialize' to set up som argument 32;; Before using, call `elint-initialize' to set up some argument
33;; data. This takes a while. Then call elint-current-buffer or 33;; data. This takes a while. Then call elint-current-buffer or
34;; elint-defun to lint a buffer or a defun. 34;; elint-defun to lint a buffer or a defun.
35 35