aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2024-10-01 22:09:42 +0200
committerStefan Kangas2024-10-01 22:10:35 +0200
commit44156c2140772fa04ebbc0a488a85f0741e0c2ef (patch)
tree2ff5117fc3a6701267a5a9361b2c4334b5e913eb
parent63058e1153ae1c3a9662b50ff8be439026e11986 (diff)
downloademacs-44156c2140772fa04ebbc0a488a85f0741e0c2ef.tar.gz
emacs-44156c2140772fa04ebbc0a488a85f0741e0c2ef.zip
; Minor clarification in variables.texi
* doc/lispref/variables.texi (Creating Buffer-Local): Add comma to make reference clearer.
-rw-r--r--doc/lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
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.
1733This function eliminates all the buffer-local variable bindings of the 1733This function eliminates all the buffer-local variable bindings of the
1734current buffer. As a result, the buffer will see the default values 1734current buffer. As a result, the buffer will see the default values
1735of most variables. By default, for variables marked as permanent and 1735of most variables. By default, for variables marked as permanent and
1736local hook functions that have a non-@code{nil} 1736local, hook functions that have a non-@code{nil}
1737@code{permanent-local-hook} property (@pxref{Setting Hooks}) won't be 1737@code{permanent-local-hook} property (@pxref{Setting Hooks}) won't be
1738killed, but if the optional @var{kill-permanent} argument is 1738killed, but if the optional @var{kill-permanent} argument is
1739non-@code{nil}, even these variables will be killed. 1739non-@code{nil}, even these variables will be killed.