summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-02-05 11:51:30 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-02-05 11:51:30 +0000
commit9b9a412286efca8257d18175941b6370115445d6 (patch)
treea0e0d4c08cab2e11fb06defb4d98601e071641f0 /lisp/emacs-lisp/byte-run.el
parenta7d51a21fbd78c6947e05f703ef2720bef556dee (diff)
downloademacs-9b9a412286efca8257d18175941b6370115445d6.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r--lisp/emacs-lisp/byte-run.el2
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: