# HG changeset patch # User Juanma Barranquero # Date 1168744541 0 # Node ID 3ee6ec714732d0c1f944c9f8d1e85fd9b995ac92 # Parent 17b5adc4c63535f03d6d7d55780e9bbea194aa02 (Coding Conventions): Fix typos. diff -r 17b5adc4c635 -r 3ee6ec714732 lispref/tips.texi --- a/lispref/tips.texi Sat Jan 13 21:58:23 2007 +0000 +++ b/lispref/tips.texi Sun Jan 14 03:15:41 2007 +0000 @@ -210,7 +210,7 @@ not functions, and their names should start with @samp{def}. @item -Macros that define a functions or variables should take the name to be +Macros that define a function or variable should take 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.