]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Conventions): Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 19 Nov 2004 15:20:32 +0000 (15:20 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 19 Nov 2004 15:20:32 +0000 (15:20 +0000)
lispref/tips.texi

index 4182260028b3cadbcbfc61f3038450b52a402690..8d7fd5ec5fb797f2e4fe206a3c0770bec4f87501 100644 (file)
@@ -394,7 +394,7 @@ time.  Here's how to do this:
 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.