diff options
| author | Stefan Kangas | 2024-10-01 22:09:42 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-10-01 22:10:35 +0200 |
| commit | 44156c2140772fa04ebbc0a488a85f0741e0c2ef (patch) | |
| tree | 2ff5117fc3a6701267a5a9361b2c4334b5e913eb | |
| parent | 63058e1153ae1c3a9662b50ff8be439026e11986 (diff) | |
| download | emacs-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.texi | 2 |
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. | |||
| 1733 | This function eliminates all the buffer-local variable bindings of the | 1733 | This function eliminates all the buffer-local variable bindings of the |
| 1734 | current buffer. As a result, the buffer will see the default values | 1734 | current buffer. As a result, the buffer will see the default values |
| 1735 | of most variables. By default, for variables marked as permanent and | 1735 | of most variables. By default, for variables marked as permanent and |
| 1736 | local hook functions that have a non-@code{nil} | 1736 | local, 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 |
| 1738 | killed, but if the optional @var{kill-permanent} argument is | 1738 | killed, but if the optional @var{kill-permanent} argument is |
| 1739 | non-@code{nil}, even these variables will be killed. | 1739 | non-@code{nil}, even these variables will be killed. |