1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

; Minor clarification in variables.texi

* doc/lispref/variables.texi (Creating Buffer-Local): Add comma to make
reference clearer.
This commit is contained in:
Stefan Kangas 2024-10-01 22:09:42 +02:00
parent 63058e1153
commit 44156c2140

View File

@ -1733,7 +1733,7 @@ buffer-local variables interactively.
This function eliminates all the buffer-local variable bindings of the This function eliminates all the buffer-local variable bindings of the
current buffer. As a result, the buffer will see the default values 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, 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 @code{permanent-local-hook} property (@pxref{Setting Hooks}) won't be
killed, but if the optional @var{kill-permanent} argument is killed, but if the optional @var{kill-permanent} argument is
non-@code{nil}, even these variables will be killed. non-@code{nil}, even these variables will be killed.