# HG changeset patch # User Nick Roberts # Date 1152572639 0 # Node ID 8837b6008e642055e7a01e667a1518c5686086a3 # Parent 068befac60e5eb4f8981a72ea3ce87868d5a6f85 Modify last change. diff -r 068befac60e5 -r 8837b6008e64 lispref/tips.texi --- 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