]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "; Minor clarification in variables.texi"
authorStefan Kangas <stefankangas@gmail.com>
Tue, 1 Oct 2024 22:12:34 +0000 (00:12 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:45:31 +0000 (08:45 +0200)
This reverts commit 44156c2140772fa04ebbc0a488a85f0741e0c2ef.

(cherry picked from commit 108b3179bd4bcc82791ea5998de5dadb647992c4)

doc/lispref/variables.texi

index d990f116c693cb5f64464ae237bf07a00380a262..76f15b2595c614f14fd331f1d0d8653a7c65fb77 100644 (file)
@@ -1733,7 +1733,7 @@ buffer-local variables interactively.
 This function eliminates all the buffer-local variable bindings of the
 current buffer.  As a result, the buffer will see the default values
 of most variables.  By default, for variables marked as permanent and
-local, hook functions that have a non-@code{nil}
+local hook functions that have a non-@code{nil}
 @code{permanent-local-hook} property (@pxref{Setting Hooks}) won't be
 killed, but if the optional @var{kill-permanent} argument is
 non-@code{nil}, even these variables will be killed.