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/strings-and-characters.html | 57 ------------------------------- 1 file changed, 57 deletions(-) delete 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 deleted file mode 100644 index bba5f8f7..00000000 --- a/devdocs/elisp/strings-and-characters.html +++ /dev/null @@ -1,57 +0,0 @@ -

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