Revert "Fix typo in lispref 'Creating Strings' section"
This reverts commit b825962ea8
which was mistakenly installed in master instead of emacs-29.
This commit is contained in:
parent
b825962ea8
commit
aa26852f31
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue