# HG changeset patch # User Juanma Barranquero # Date 1202212290 0 # Node ID c86cce8752cb472a6f7df024374be2aeea0c72ee # Parent 9674532b4729e7a8256f83e2ac0132e84cc41466 *** empty log message *** diff -r 9674532b4729 -r c86cce8752cb lisp/emacs-lisp/byte-run.el --- a/lisp/emacs-lisp/byte-run.el Tue Feb 05 11:49:45 2008 +0000 +++ b/lisp/emacs-lisp/byte-run.el Tue Feb 05 11:51:30 2008 +0000 @@ -227,7 +227,7 @@ ;; verbose t, nil byte-compile-verbose ;; optimize t, nil, source, byte byte-compile-optimize ;; warnings list of warnings byte-compile-warnings -;; Legal elements: (callargs redefine free-vars unresolved) +;; Valid elements: (callargs redefine free-vars unresolved) ;; file-format emacs18, emacs19 byte-compile-compatibility ;; ;; For example, this might appear at the top of a source file: