From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/strings-and-characters.html | 57 +++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 devdocs/elisp/strings-and-characters.html (limited to 'devdocs/elisp/strings-and-characters.html') diff --git a/devdocs/elisp/strings-and-characters.html b/devdocs/elisp/strings-and-characters.html new file mode 100644 index 00000000..bba5f8f7 --- /dev/null +++ b/devdocs/elisp/strings-and-characters.html @@ -0,0 +1,57 @@ +

Strings and Characters

A string in Emacs Lisp is an array that contains an ordered sequence of characters. Strings are used as names of symbols, buffers, and files; to send messages to users; to hold text being copied between buffers; and for many other purposes. Because strings are so important, Emacs Lisp has many functions expressly for manipulating them. Emacs Lisp programs use strings more often than individual characters.

See Strings of Events, for special considerations for strings of keyboard character events.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ 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/Strings-and-Characters.html +

+
-- cgit v1.2.3