]> git.eshelyaron.com Git - emacs.git/commitdiff
Modify last change.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 10 Jul 2006 23:03:59 +0000 (23:03 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 10 Jul 2006 23:03:59 +0000 (23:03 +0000)
lispref/tips.texi

index 4a40b1dc2dd7f8c04ca789a62277f12612556f1c..c8cd4770113d4f7cfe4ff39c3c6a02d8450063d7 100644 (file)
@@ -118,8 +118,9 @@ run time.  Use of this package is optional, and it is not part of the
 standard Emacs namespace.  If your package loads @code{cl} at run time,
 that could cause name clashes for users who don't use that package.
 
-However, there is no problem with using macros from the @code{cl}
-package at compile time, with @code{(eval-when-compile (require 'cl))}.
+However, there is no problem with using the @code{cl} package at
+compile time, e.g. for macros, with
+@code{(eval-when-compile (require 'cl))}.
 
 @item
 When defining a major mode, please follow the major mode