]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Conventions): Minor fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:12:57 +0000 (01:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:12:57 +0000 (01:12 +0000)
lispref/tips.texi

index c78d13f947e52f04a0c3e8101d3909522397d627..e917a90b0e45efdc6e814f9ab18ce700393aa175 100644 (file)
@@ -251,7 +251,7 @@ replacements differs from that of the originals.
 
 @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}.