diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/symbol-properties.html | |
new repository
Diffstat (limited to 'devdocs/elisp/symbol-properties.html')
| -rw-r--r-- | devdocs/elisp/symbol-properties.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devdocs/elisp/symbol-properties.html b/devdocs/elisp/symbol-properties.html new file mode 100644 index 00000000..820874c3 --- /dev/null +++ b/devdocs/elisp/symbol-properties.html @@ -0,0 +1,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 © 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> |
