summaryrefslogtreecommitdiff
path: root/lispref/tips.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/tips.texi')
-rw-r--r--lispref/tips.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 3a74aa62716..331f0799e4b 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -1,7 +1,7 @@
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2002, 2003,
-@c 2004, 2005, 2006 Free Software Foundation, Inc.
+@c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2001, 2002,
+@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/tips
@node Tips, GNU Emacs Internals, GPL, Top
@@ -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.