aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 06a400a249a..5d4f3bb5806 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -217,7 +217,7 @@ variable local to every buffer in which it is subsequently set, which
217would affect buffers that do not use this mode. It is undesirable for a 217would affect buffers that do not use this mode. It is undesirable for a
218mode to have such global effects. @xref{Buffer-Local Variables}. 218mode to have such global effects. @xref{Buffer-Local Variables}.
219 219
220With rare exceptions, the only reasonable way to use use 220With rare exceptions, the only reasonable way to use
221@code{make-variable-buffer-local} in a Lisp package is for a variable 221@code{make-variable-buffer-local} in a Lisp package is for a variable
222which is used only within that package. Using it on a variable used by 222which is used only within that package. Using it on a variable used by
223other packages would interfere with them. 223other packages would interfere with them.