diff options
Diffstat (limited to 'devdocs/elisp/symbol-properties.html')
| -rw-r--r-- | devdocs/elisp/symbol-properties.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devdocs/elisp/symbol-properties.html b/devdocs/elisp/symbol-properties.html deleted file mode 100644 index 820874c3..00000000 --- a/devdocs/elisp/symbol-properties.html +++ /dev/null @@ -1,16 +0,0 @@ - <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> |
