summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-05-09 23:42:08 +0000
committerErik Naggum <erik@naggum.no>1996-05-09 23:42:08 +0000
commit4ca6f5db8cda46105ccaf03e6f50fc7f4d62ab57 (patch)
treef61ef56f24589f024d74a700c3155a5e8912fe30 /lispref
parent7f3ecc7e6f645de6ccc0fb0ef0b4387e0b2600a3 (diff)
downloademacs-4ca6f5db8cda46105ccaf03e6f50fc7f4d62ab57.tar.gz
Fix minor typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
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