changeset 36347:07ec2363719b

(Major Mode Conventions): Remove doubled 'use'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 23 Feb 2001 13:10:22 +0000
parents 5bd8f163760f
children 3fd0e91fef4e
files lispref/modes.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Fri Feb 23 13:05:42 2001 +0000
+++ b/lispref/modes.texi	Fri Feb 23 13:10:22 2001 +0000
@@ -217,7 +217,7 @@
 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.