diff lispref/tips.texi @ 54042:ff694e194b01

(Coding Conventions): Minor fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Feb 2004 01:12:57 +0000
parents ed40e77a5176
children 17dfaa4af669
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}.