diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 11:51:30 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 11:51:30 +0000 |
commit | 9b9a412286efca8257d18175941b6370115445d6 (patch) | |
tree | a0e0d4c08cab2e11fb06defb4d98601e071641f0 /lisp/emacs-lisp/byte-run.el | |
parent | a7d51a21fbd78c6947e05f703ef2720bef556dee (diff) | |
download | emacs-9b9a412286efca8257d18175941b6370115445d6.tar.gz emacs-9b9a412286efca8257d18175941b6370115445d6.tar.bz2 emacs-9b9a412286efca8257d18175941b6370115445d6.zip |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r-- | lisp/emacs-lisp/byte-run.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index 48760d1e77e..ecf2ed57dac 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -227,7 +227,7 @@ In interpreted code, this is entirely equivalent to `progn'." ;; 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: |