diff lispref/tips.texi @ 15198:fd47674bb3a7

Fix minor typo.
author Erik Naggum <erik@naggum.no>
date Thu, 09 May 1996 23:42:08 +0000
parents 289506921917
children 9fa09185bca0
line wrap: on
line diff
--- 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