]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo
authorJuri Linkov <juri@linkov.net>
Wed, 2 Nov 2022 18:36:49 +0000 (20:36 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 2 Nov 2022 18:36:49 +0000 (20:36 +0200)
doc/lispref/strings.texi

index cf961e9e7c81990b9879b909ca1b90e036215631..4454188cc4ada4f5dc411f6d89fcc777538a75a8 100644 (file)
@@ -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