]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/strings.texi (Text Comparison): Fix typo (bug#65799).
authorSebastian Miele <iota@whxvd.name>
Thu, 7 Sep 2023 11:51:12 +0000 (13:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 7 Sep 2023 13:16:34 +0000 (16:16 +0300)
doc/lispref/strings.texi

index 3d86a87516b9d91d49e2413cb90c1d1eb91fe060..7d11db49def48524ed6f231f4a339284ff8a2b60 100644 (file)
@@ -754,7 +754,7 @@ ignores case differences.
 @defun string-search needle haystack &optional start-pos
 Return the position of the first instance of @var{needle} in
 @var{haystack}, both of which are strings.  If @var{start-pos} is
-non-@code{nil}, start searching from that position in @var{needle}.
+non-@code{nil}, start searching from that position in @var{haystack}.
 Return @code{nil} if no match was found.
 This function only considers the characters in the strings when doing
 the comparison; text properties are ignored.  Matching is always