Mercurial > emacs
changeset 71769:068befac60e5
(Coding Conventions): Mention macros.
Suggested by Ken Manheimer.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 10 Jul 2006 22:53:56 +0000 |
parents | c9706eb85193 |
children | 8837b6008e64 |
files | lispref/tips.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/tips.texi Mon Jul 10 22:53:06 2006 +0000 +++ b/lispref/tips.texi Mon Jul 10 22:53:56 2006 +0000 @@ -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