From: Richard M. Stallman Date: Tue, 17 Feb 2004 01:12:57 +0000 (+0000) Subject: (Coding Conventions): Minor fix. X-Git-Tag: ttn-vms-21-2-B4~7551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee49c7d90e95d63f4e602895cf3ae7c658cfda46;p=emacs.git (Coding Conventions): Minor fix. --- diff --git a/lispref/tips.texi b/lispref/tips.texi index c78d13f947e..e917a90b0e4 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -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}.