diff options
| author | Erik Naggum | 1996-05-09 23:42:08 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-05-09 23:42:08 +0000 |
| commit | 378f60427d16c0e84e27f2389374f00d347cc362 (patch) | |
| tree | 0105ee6484e521da6b51ad39c6b6eb5662f4584e | |
| parent | f5ec5d3d8c9c39ef005d28f33056ed57615bf3ea (diff) | |
| download | emacs-378f60427d16c0e84e27f2389374f00d347cc362.tar.gz emacs-378f60427d16c0e84e27f2389374f00d347cc362.zip | |
Fix minor typo.
| -rw-r--r-- | lispref/tips.texi | 2 |
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. | |||
| 248 | 248 | ||
| 249 | @item | 249 | @item |
| 250 | Try to avoid compiler warnings about undefined free variables, by adding | 250 | Try to avoid compiler warnings about undefined free variables, by adding |
| 251 | @cdode{defvar} definitions for these variables. | 251 | @code{defvar} definitions for these variables. |
| 252 | 252 | ||
| 253 | If you bind a variable in one function, and use it or set it in another | 253 | If you bind a variable in one function, and use it or set it in another |
| 254 | function, the compiler warns about the latter function unless the | 254 | function, the compiler warns about the latter function unless the |