From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/symbol-properties.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 devdocs/elisp/symbol-properties.html (limited to 'devdocs/elisp/symbol-properties.html') 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 @@ -

Symbol Properties

A symbol may possess any number of symbol properties, which can be used to record miscellaneous information about the symbol. For example, when a symbol has a risky-local-variable property with a non-nil value, that means the variable which the symbol names is a risky file-local variable (see File Local Variables).

Each symbol’s properties and property values are stored in the symbol’s property list cell (see Symbol Components), in the form of a property list (see Property Lists).

- - - - - - - -
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Symbol-Properties.html -

-
-- cgit v1.2.3