> 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/zi-fu-chuan-he-zi-fu/untitled.md).

# 4 字符串和字符

Emacs Lisp 中的 字符串是有序字符序列。通常字符串用来当作符号、缓冲区，以及文件的名称；向用户发信息；传递不同缓冲区的文本；以及其他很多作用。字符串作用非常多，而且重要，因此 Emacs Lisp 提供了非常多的字符串处理函数。Emacs Lisp 中，字符比字符使用的更加频繁。

查阅 Strings of Events，以查看键盘相关的字符串使用方式。


---

# 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:

```
GET https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/untitled.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.
