Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-19 23:30:16 -08:00
parent 24901d610c
commit 40ba43b4b7
71 changed files with 632 additions and 632 deletions

View file

@ -206,7 +206,7 @@ Return t if the height of the tree has shrunk."
Return cons cell (SHRUNK . DATA), where SHRUNK is t if the
height of the tree has shrunk and nil otherwise, and DATA is
the releted data."
the related data."
(let ((br (avl-tree--node-branch root branch)))
(cond
;; DATA not in tree.

View file

@ -335,7 +335,7 @@ Will be local in linted buffers.")
Is measured in buffer-modified-ticks and is local in linted buffers.")
;; This is a minor optimization. It is local to every buffer, and so
;; does not prevent recursive requirs. It does not list the requires
;; does not prevent recursive requires. It does not list the requires
;; of requires.
(defvar elint-features nil
"List of all libraries this buffer has required, or that have been provided.")