summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-01-14 03:15:41 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-01-14 03:15:41 +0000
commit94c0d7ed1a5b2bb7e2cf5abbd124d3abe67bbe15 (patch)
tree0c8602b904338d83f166c9ea7e35c3ab1886e8b9 /lispref
parentd30fe7798a37dd32a4ad0aa32289accc3a0f57d8 (diff)
downloademacs-94c0d7ed1a5b2bb7e2cf5abbd124d3abe67bbe15.tar.gz
(Coding Conventions): Fix typos.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 3a74aa62716..10a1ba0e09a 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -210,7 +210,7 @@ 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 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.