Mercurial > emacs
changeset 15198:fd47674bb3a7
Fix minor typo.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Thu, 09 May 1996 23:42:08 +0000 |
parents | a97349b06c2c |
children | c595cb576143 |
files | lispref/tips.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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