diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:14:11 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:14:11 +0000 |
commit | 1936c9a9a83541ca50b75f0c457d0fd526156028 (patch) | |
tree | 2e74a4829efaed9caa3aad8aefc19eab492de397 /lisp/emacs-lisp | |
parent | a9873dbbeb907016323fc434c8e85a2847afbc9a (diff) | |
download | emacs-1936c9a9a83541ca50b75f0c457d0fd526156028.tar.gz emacs-1936c9a9a83541ca50b75f0c457d0fd526156028.tar.bz2 emacs-1936c9a9a83541ca50b75f0c457d0fd526156028.zip |
(elint-init-env): Fix spelling in docstrings.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/elint.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |