summaryrefslogtreecommitdiff
path: root/devdocs/elisp/symbol-properties.html
blob: 820874c3f63f982aecbb680dd8b1f6ae9371a024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 <h3 class="section">Symbol Properties</h3>  <p>A symbol may possess any number of <em>symbol properties</em>, which can be used to record miscellaneous information about the symbol. For example, when a symbol has a <code>risky-local-variable</code> property with a non-<code>nil</code> value, that means the variable which the symbol names is a risky file-local variable (see <a href="file-local-variables">File Local Variables</a>). </p> <p>Each symbol’s properties and property values are stored in the symbol’s property list cell (see <a href="symbol-components">Symbol Components</a>), in the form of a property list (see <a href="property-lists">Property Lists</a>). </p> <table class="menu" border="0" cellspacing="0"> <tr>
<td align="left" valign="top">• <a href="symbol-plists" accesskey="1">Symbol Plists</a>
</td>
<td> </td>
<td align="left" valign="top">Accessing symbol properties. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="standard-properties" accesskey="2">Standard Properties</a>
</td>
<td> </td>
<td align="left" valign="top">Standard meanings of symbol properties. </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/Symbol-Properties.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Symbol-Properties.html</a>
  </p>
</div>