Mercurial > emacs
changeset 80040:c86cce8752cb
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 11:51:30 +0000 |
parents | 9674532b4729 |
children | 0536275b0f41 |
files | lisp/emacs-lisp/byte-run.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: