]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Fix typo in lispref 'Creating Strings' section"
authorStephen Berman <stephen.berman@gmx.net>
Thu, 11 Jan 2024 14:12:00 +0000 (15:12 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Thu, 11 Jan 2024 14:12:00 +0000 (15:12 +0100)
This reverts commit b825962ea840348bbde0c834ca398458a06fbb8b
which was mistakenly installed in master instead of emacs-29.

doc/lispref/strings.texi

index 4fe94f78cba68e45a48e548b73b2ecc6d82b6782..7097de49064951b20283295827f3a9be8dced44e 100644 (file)
@@ -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 an @dfn{array}, meaning that its length is fixed and
+sequence called a @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.