]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/variables.texi (Creating Buffer-Local): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Wed, 2 Oct 2024 05:47:29 +0000 (08:47 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:46:04 +0000 (08:46 +0200)
(cherry picked from commit 4c866abab966e85ed1fb57aea9971ce8d1495970)

doc/lispref/variables.texi

index 76f15b2595c614f14fd331f1d0d8653a7c65fb77..af11e498d86d66b137f9e4761f3a355a8d140caf 100644 (file)
@@ -1732,11 +1732,11 @@ buffer-local variables interactively.
 @defun kill-all-local-variables &optional kill-permanent
 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
+of most variables.  By default, variables marked as permanent and
 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.
+non-@code{nil}, even those variables will be killed.
 
 This function also resets certain other information pertaining to the
 buffer: it sets the local keymap to @code{nil}, the syntax table to the