projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
969d71d
)
; Fix typo
author
Juri Linkov
<juri@linkov.net>
Wed, 2 Nov 2022 18:36:49 +0000
(20:36 +0200)
committer
Juri Linkov
<juri@linkov.net>
Wed, 2 Nov 2022 18:36:49 +0000
(20:36 +0200)
doc/lispref/strings.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/strings.texi
b/doc/lispref/strings.texi
index cf961e9e7c81990b9879b909ca1b90e036215631..4454188cc4ada4f5dc411f6d89fcc777538a75a8 100644
(file)
--- a/
doc/lispref/strings.texi
+++ b/
doc/lispref/strings.texi
@@
-484,7
+484,7
@@
is a multibyte string, we recommend to make sure @var{string} is also
multibyte, even if it's pure-@acronym{ASCII}.
Since it is impossible to change the number of characters in an
-existing string, it is
e
n error if @var{obj} consists of more
+existing string, it is
a
n error if @var{obj} consists of more
characters than would fit in @var{string} starting at character index
@var{idx}.
@end defun