> For the complete documentation index, see [llms.txt](https://emacs-lisp.ivory.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emacs-lisp.ivory.cafe/fu-hao/9.4-fu-hao-shu-xing/9.4.2-biao-zhun-shu-xing.md).

# 9.4.2 标准符号属性

这里，我们列出了一些特殊的符号属性，这些符号属性为 Emacs 服务。在下表中，当我们说到“具名函数”时，是指这个函数的名字对应的符号对应的函数定义；对“具名变量”同理。

**:advertised-binding**\
&#x20; 这个属性值指明该具名函数的按键绑定偏好，这个信息会显示在文档中。

**char-table-extra-slots**\
&#x20; 当值为非nil时，指明了在具名字符表类型中的额外槽的数量。

**customized-face**\
**face-defface-spec**\
**saved-face**\
**theme-face**\
&#x20; 这些属性被用来记录前端展示的标准、保存、定制和主题的规格。不要直接设置这些属性；它们被 defface 和一些相关的函数管理。

**customized-value**\
**saved-value**\
**standard-value**\
**theme-value**\
&#x20; 这些属性被用来记录一个定制变量的标注、保存、定制但未保存和主题值。不要直接设置这些属性；它们被 defcustom 和一些相关的函数管理。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://emacs-lisp.ivory.cafe/fu-hao/9.4-fu-hao-shu-xing/9.4.2-biao-zhun-shu-xing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
