summaryrefslogtreecommitdiff
path: root/doc/lispref/strings.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-11-02 20:36:49 +0200
committerJuri Linkov <juri@linkov.net>2022-11-02 20:36:49 +0200
commit195f0e00d743e59c2e5ab0a6fa0ac564e6221578 (patch)
tree3fd89e4f90dc443ab098425b88bb90058d024869 /doc/lispref/strings.texi
parent969d71d11c62ae085f094a96ecea2fb504bb4602 (diff)
downloademacs-195f0e00d743e59c2e5ab0a6fa0ac564e6221578.tar.gz
emacs-195f0e00d743e59c2e5ab0a6fa0ac564e6221578.tar.bz2
emacs-195f0e00d743e59c2e5ab0a6fa0ac564e6221578.zip
; Fix typo
Diffstat (limited to 'doc/lispref/strings.texi')
-rw-r--r--doc/lispref/strings.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index cf961e9e7c8..4454188cc4a 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