diff options
| author | Gerd Moellmann | 2001-02-23 13:10:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-23 13:10:22 +0000 |
| commit | b5bee757a2ee8458c18e4f235585c8b66faeae1f (patch) | |
| tree | 75608977de5d7e224345de8b92ff4e44a0539a6d /lispref | |
| parent | 71d0aa0caf6e7b522e1346340496134c5b126a49 (diff) | |
| download | emacs-b5bee757a2ee8458c18e4f235585c8b66faeae1f.tar.gz emacs-b5bee757a2ee8458c18e4f235585c8b66faeae1f.zip | |
(Major Mode Conventions): Remove doubled 'use'.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/modes.texi | 2 |
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 | |||
| 217 | would affect buffers that do not use this mode. It is undesirable for a | 217 | would affect buffers that do not use this mode. It is undesirable for a |
| 218 | mode to have such global effects. @xref{Buffer-Local Variables}. | 218 | mode to have such global effects. @xref{Buffer-Local Variables}. |
| 219 | 219 | ||
| 220 | With rare exceptions, the only reasonable way to use use | 220 | With 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 |
| 222 | which is used only within that package. Using it on a variable used by | 222 | which is used only within that package. Using it on a variable used by |
| 223 | other packages would interfere with them. | 223 | other packages would interfere with them. |