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 22:53:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/07/10 22:53:56

Index: tips.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/tips.texi,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- tips.texi   5 Jul 2006 17:04:09 -0000       1.85
+++ tips.texi   10 Jul 2006 22:53:56 -0000      1.86
@@ -118,8 +118,8 @@
 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 the @code{cl} package at compile
-time, with @code{(eval-when-compile (require 'cl))}.
+However, there is no problem with using macros from the @code{cl}
+package at compile time, with @code{(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]