diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-22 23:03:56 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-22 23:03:56 -0800 |
commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
tree | 45382191619e27df7106a8d990bc03903d0fa03f /lisp/emacs-lisp/elint.el | |
parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/elint.el')
-rw-r--r-- | lisp/emacs-lisp/elint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index ba04a27021e..ce6f8348a6b 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el @@ -1098,7 +1098,7 @@ optional prefix argument REINIT is non-nil." ;; This includes all the built-in and dumped things with documentation. (defun elint-scan-doc-file () "Scan the DOC file for function and variables. -Marks the function wih their arguments, and returns a list of variables." +Marks the function with their arguments, and returns a list of variables." ;; Cribbed from help-fns.el. (let ((docbuf " *DOC*") vars sym args) |