]> git.eshelyaron.com Git - emacs.git/commitdiff
(Major Mode Conventions): Remove doubled 'use'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 23 Feb 2001 13:10:22 +0000 (13:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 23 Feb 2001 13:10:22 +0000 (13:10 +0000)
lispref/modes.texi

index 06a400a249a31da885a9b9a0acb5d25495a2f137..5d4f3bb58067c5485f666eea92b2f4280f3ad7b2 100644 (file)
@@ -217,7 +217,7 @@ variable local to every buffer in which it is subsequently set, which
 would affect buffers that do not use this mode.  It is undesirable for a
 mode to have such global effects.  @xref{Buffer-Local Variables}.
 
-With rare exceptions, the only reasonable way to use use
+With rare exceptions, the only reasonable way to use 
 @code{make-variable-buffer-local} in a Lisp package is for a variable
 which is used only within that package.  Using it on a variable used by
 other packages would interfere with them.