# HG changeset patch # User Gerd Moellmann # Date 982933822 0 # Node ID 07ec2363719b0d449076b4b81b2e632cf722237c # Parent 5bd8f163760fcdc36448febf0560696708983d4b (Major Mode Conventions): Remove doubled 'use'. diff -r 5bd8f163760f -r 07ec2363719b lispref/modes.texi --- 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.