mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
(Major Mode Conventions): Remove doubled 'use'.
This commit is contained in:
parent
71d0aa0caf
commit
b5bee757a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue