summaryrefslogtreecommitdiff
path: root/devdocs/elisp/buffer_002dlocal-variables.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/buffer_002dlocal-variables.html
new repository
Diffstat (limited to 'devdocs/elisp/buffer_002dlocal-variables.html')
-rw-r--r--devdocs/elisp/buffer_002dlocal-variables.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/devdocs/elisp/buffer_002dlocal-variables.html b/devdocs/elisp/buffer_002dlocal-variables.html
new file mode 100644
index 00000000..bf982c1a
--- /dev/null
+++ b/devdocs/elisp/buffer_002dlocal-variables.html
@@ -0,0 +1,21 @@
+ <h3 class="section">Buffer-Local Variables</h3> <p>Global and local variable bindings are found in most programming languages in one form or another. Emacs, however, also supports additional, unusual kinds of variable binding, such as <em>buffer-local</em> bindings, which apply only in one buffer. Having different values for a variable in different buffers is an important customization method. (Variables can also have bindings that are local to each terminal. See <a href="multiple-terminals">Multiple Terminals</a>.) </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="intro-to-buffer_002dlocal" accesskey="1">Intro to Buffer-Local</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Introduction and concepts. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="creating-buffer_002dlocal" accesskey="2">Creating Buffer-Local</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Creating and destroying buffer-local bindings. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="default-value" accesskey="3">Default Value</a>
+</td>
+<td> </td>
+<td align="left" valign="top">The default value is seen in buffers that don’t have their own buffer-local values. </td>
+</tr> </table><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Buffer_002dLocal-Variables.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Buffer_002dLocal-Variables.html</a>
+ </p>
+</div>