diff lisp/emacs-lisp/byte-run.el @ 92148:f991f10f15ec

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 10:09:07 +0000
parents 107ccd98fa12 c86cce8752cb
children 72a3622268cc
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-run.el	Sun Feb 24 06:43:15 2008 +0000
+++ b/lisp/emacs-lisp/byte-run.el	Sun Feb 24 10:09:07 2008 +0000
@@ -221,7 +221,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: