emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master aaf3b633978: Fix typo in lispref "Creating Strings" section


From: Stephen Berman
Subject: master aaf3b633978: Fix typo in lispref "Creating Strings" section
Date: Sat, 13 Jan 2024 12:08:58 -0500 (EST)

branch: master
commit aaf3b633978f44a4e0647161e06c7dbb54ad9d5c
Author: Xiyue Deng <manphiz@gmail.com>
Commit: Stephen Berman <stephen.berman@gmx.net>

    Fix typo in lispref "Creating Strings" section
    
    * doc/lispref/strings.texi (String Basics): Fix typo (bug#68375).
---
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]