From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:14:11 +0000 (+0000) Subject: (elint-init-env): Fix spelling in docstrings. X-Git-Tag: emacs-pretest-22.0.90~8872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1936c9a9a83541ca50b75f0c457d0fd526156028;p=emacs.git (elint-init-env): Fix spelling in docstrings. --- diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index d4967a7cd06..806fa8e6854 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el @@ -66,7 +66,7 @@ left-margin left-margin-width line-spacing local-abbrev-table local-write-file-hooks major-mode mark-active mark-ring mode-line-buffer-identification mode-line-format mode-line-modified mode-line-process mode-name - overwrite-mode + overwrite-mode point-before-scroll right-fringe-width right-margin-width scroll-bar-width scroll-down-aggressively scroll-up-aggressively selective-display selective-display-ellipses tab-width truncate-lines vc-mode vertical-scroll-bar) @@ -298,7 +298,7 @@ Return nil if there are no more forms, t otherwise." (not (eobp))) (defun elint-init-env (forms) - "Initialise the environment from FORMS." + "Initialize the environment from FORMS." (let ((env (elint-make-env)) form) (while forms