1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

Fixed typo in Commentary section.

This commit is contained in:
Reiner Steib 2005-01-12 16:07:42 +00:00
parent 51d40dab5d
commit 9deb0abaf8
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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.