projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99efe5c
)
Fix typo in lispref "Creating Strings" section
author
Xiyue Deng
<manphiz@gmail.com>
Thu, 11 Jan 2024 14:18:37 +0000
(15:18 +0100)
committer
Stephen Berman
<stephen.berman@gmx.net>
Thu, 11 Jan 2024 14:18:37 +0000
(15:18 +0100)
* doc/lispref/strings.texi (String Basics): Fix typo (bug#68375).
doc/lispref/strings.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/strings.texi
b/doc/lispref/strings.texi
index ff5da15fe5434429b6a7587a6cfe19b9767d9537..a364fef3aab8dfbca04b08dfa3cc6cdb1fe21dde 100644
(file)
--- 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 a
n
@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.