[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 195f0e00d7: ; Fix typo
From: |
Juri Linkov |
Subject: |
master 195f0e00d7: ; Fix typo |
Date: |
Wed, 2 Nov 2022 14:37:14 -0400 (EDT) |
branch: master
commit 195f0e00d743e59c2e5ab0a6fa0ac564e6221578
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>
; Fix typo
---
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 cf961e9e7c..4454188cc4 100644
--- 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 en error if @var{obj} consists of more
+existing string, it is an error if @var{obj} consists of more
characters than would fit in @var{string} starting at character index
@var{idx}.
@end defun
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 195f0e00d7: ; Fix typo,
Juri Linkov <=