changeset 71770:8837b6008e64

Modify last change.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 10 Jul 2006 23:03:59 +0000
parents 068befac60e5
children c6e0c9217129
files lispref/tips.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/tips.texi	Mon Jul 10 22:53:56 2006 +0000
+++ b/lispref/tips.texi	Mon Jul 10 23:03:59 2006 +0000
@@ -118,8 +118,9 @@
 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