diff options
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r-- | doc/lispref/compile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index f9f0e6662cf..fe5563370c4 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -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 |