Fix minor typo.
authorErik Naggum <erik@naggum.no>
Thu, 9 May 1996 23:42:08 +0000 (23:42 +0000)
committerErik Naggum <erik@naggum.no>
Thu, 9 May 1996 23:42:08 +0000 (23:42 +0000)
lispref/tips.texi

index dc1a315..bbc8ad7 100644 (file)
@@ -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