From: Stefan Kangas Date: Tue, 1 Oct 2024 20:09:42 +0000 (+0200) Subject: ; Minor clarification in variables.texi X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44156c2140772fa04ebbc0a488a85f0741e0c2ef;p=emacs.git ; Minor clarification in variables.texi * doc/lispref/variables.texi (Creating Buffer-Local): Add comma to make reference clearer. --- diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 76f15b2595c..d990f116c69 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -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.