]> git.eshelyaron.com Git - emacs.git/commitdiff
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 dc1a31545a57ed206f02a2798c53bb80b8b337b6..bbc8ad7b708d8506cb7f4fc71841f15d14c3759c 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