[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Minor fix to lispref/tips.texi
From: |
CHENG Gao |
Subject: |
Minor fix to lispref/tips.texi |
Date: |
Fri, 19 Nov 2004 20:21:32 +0800 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) |
--- tips.texi.orig 2004-11-19 20:14:08.000000000 +0800
+++ tips.texi 2004-11-19 20:18:20.000000000 +0800
@@ -394,7 +394,7 @@
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 variable has a definition. But adding a definition would be
-unclean if the variable has a short names, since Lisp packages should
+unclean if the variable has a short name, since Lisp packages should
not define short variable names. The right thing to do is to rename
this variable to start with the name prefix used for the other
functions and variables in your package.
--
No God blessing me
No Dog barking at me
Gonna adopt a Dog
Name it God
Get blessed and barked at
- Minor fix to lispref/tips.texi,
CHENG Gao <=