# HG changeset patch # User Erik Naggum # Date 831685328 0 # Node ID fd47674bb3a72eda29059c0c82844719deec1c33 # Parent a97349b06c2caa78904976b7b23a9296e84668db Fix minor typo. diff -r a97349b06c2c -r fd47674bb3a7 lispref/tips.texi --- a/lispref/tips.texi Thu May 09 23:21:54 1996 +0000 +++ b/lispref/tips.texi Thu May 09 23:42:08 1996 +0000 @@ -248,7 +248,7 @@ @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