# HG changeset patch # User Richard M. Stallman # Date 1076980377 0 # Node ID ff694e194b0152674bfc1a059d76cc8fdc6104a0 # Parent bb6e412009457697571b996c5978392adb297b73 (Coding Conventions): Minor fix. diff -r bb6e41200945 -r ff694e194b01 lispref/tips.texi --- 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}.