changeset 54042:ff694e194b01

(Coding Conventions): Minor fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Feb 2004 01:12:57 +0000
parents bb6e41200945
children 8445cf412e9f
files lispref/tips.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/tips.texi	Tue Feb 17 01:12:00 2004 +0000
+++ b/lispref/tips.texi	Tue Feb 17 01:12:57 2004 +0000
@@ -251,7 +251,7 @@
 
 @item
 Avoid using macros that define functions and variables with names that
-are constructed.  It is best for maintenance wen the name of the
+are constructed.  It is best for maintenance when the name of the
 function or variable being defined is given explicitly in the source
 code, as the second element of the list---as it is when you use
 @code{defun}, @code{defalias}, @code{defvar} and @code{defopt}.