# 9.4 符号属性

一个符号可以拥有任意多的符号属性，这些属性用来记录有关符号的各种杂项信息。比如，当一个符号拥有一个 risk-local-variable 属性，且该属性为 non-nil 时，这意味着这个变量是有文件局部风险的变量。

符号的的属性和属性值被以属性列表的形式储存在于符号的属性列表内。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emacs-lisp.ivory.cafe/fu-hao/9.4-fu-hao-shu-xing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
