X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/84eb0351d8be4811897c8cf62a69757ff5d14001..4c0078d4ab7fa8c234fa8098ec3a9686199edbff:/doc/lispref/compile.texi diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index f9f0e6662c..fe5563370c 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