diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-29 18:52:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-29 18:52:49 -0800 |
commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lisp/emacs-lisp/bytecomp.el | |
parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 29c5f3f092b..8c63428cdf1 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -3725,7 +3725,7 @@ that suppresses all warnings during execution of BODY." (defun byte-compile-if (form) (byte-compile-form (car (cdr form))) ;; Check whether we have `(if (fboundp ...' or `(if (boundp ...' - ;; and avoid warnings about the relevent symbols in the consequent. + ;; and avoid warnings about the relevant symbols in the consequent. (let ((clause (nth 1 form)) (donetag (byte-compile-make-tag))) (if (null (nthcdr 3 form)) |