]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/compile.texi
Merge from emacs-23; up to 2010-06-12T11:17:12Z!eliz@gnu.org.
[gnu-emacs] / doc / lispref / compile.texi
index f9f0e6662cf6371ca460d9b34b4f820ede70f7c8..fe5563370c4f19c4054b44eebf5530c9018f4366 100644 (file)
@@ -445,7 +445,7 @@ used to load it for compiling, but not executing.  For example,
 
 @lisp
 (eval-when-compile
-  (require 'my-macro-package))  ;; only macros needed from this
+  (require 'my-macro-package))
 @end lisp
 
 The same sort of thing goes for macros and @code{defsubst} functions