From 2bcfb5415dcc54c78a93761239d4fb9fc9b09901 Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Wed, 20 Dec 2023 10:52:26 -0800 Subject: [PATCH 2/6] Fix typo in lispref "String Basics" section * doc/lispref/strings.texi (String Basics): Fix typo. --- doc/lispref/strings.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 7097de49064..4fe94f78cba 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -43,7 +43,7 @@ integer is a character or not is determined only by how it is used. Emacs. A string is a fixed sequence of characters. It is a type of -sequence called a @dfn{array}, meaning that its length is fixed and +sequence called an @dfn{array}, meaning that its length is fixed and cannot be altered once it is created (@pxref{Sequences Arrays Vectors}). Unlike in C, Emacs Lisp strings are @emph{not} terminated by a distinguished character code. -- 2.39.2