From: Erik Naggum Date: Thu, 9 May 1996 23:42:08 +0000 (+0000) Subject: Fix minor typo. X-Git-Tag: emacs-19.34~664 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=378f60427d16c0e84e27f2389374f00d347cc362;p=emacs.git Fix minor typo. --- diff --git a/lispref/tips.texi b/lispref/tips.texi index dc1a31545a5..bbc8ad7b708 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -248,7 +248,7 @@ coherent if all libraries use the same conventions. @item Try to avoid compiler warnings about undefined free variables, by adding -@cdode{defvar} definitions for these variables. +@code{defvar} definitions for these variables. If you bind a variable in one function, and use it or set it in another function, the compiler warns about the latter function unless the