From c446b0d3a97d0351d0ced2423e795b66ee4101b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 28 Jan 2007 07:20:41 +0000 Subject: [PATCH] (Coding Conventions): Clarify the tip about macros that define a function or a variable. --- lispref/tips.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/tips.texi b/lispref/tips.texi index 331f0799e4b..5f4479a5fd3 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -210,7 +210,8 @@ Constructs that define a function or variable should be macros, not functions, and their names should start with @samp{def}. @item -Macros that define a function or variable should take the name to be +A macro that defines a function or variable should have a name that +starts with @samp{define-}. The macro should receive the name to be defined as the first argument. That will help various tools find the definition automatically. Avoid constructing the names in the macro itself, since that would confuse these tools. -- 2.39.2