changeset 75222:3ee6ec714732

(Coding Conventions): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 14 Jan 2007 03:15:41 +0000
parents 17b5adc4c635
children cc42c775a741
files lispref/tips.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.