emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 4c866abab96: ; * doc/lispref/variables.texi (Creating Buffer-Lo


From: Eli Zaretskii
Subject: emacs-30 4c866abab96: ; * doc/lispref/variables.texi (Creating Buffer-Local): Fix wording.
Date: Wed, 2 Oct 2024 01:47:50 -0400 (EDT)

branch: emacs-30
commit 4c866abab966e85ed1fb57aea9971ce8d1495970
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/variables.texi (Creating Buffer-Local): Fix wording.
---
 doc/lispref/variables.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 76f15b2595c..af11e498d86 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]