emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/tips.texi,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lispref/tips.texi,v
Date: Mon, 10 Jul 2006 23:04:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/07/10 23:03:59

Index: tips.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/tips.texi,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- tips.texi   10 Jul 2006 22:53:56 -0000      1.86
+++ tips.texi   10 Jul 2006 23:03:59 -0000      1.87
@@ -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
address@hidden(eval-when-compile (require 'cl))}.
 
 @item
 When defining a major mode, please follow the major mode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]