emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat cd60f445f3 5/5: Typo in docstring for string-sea


From: ELPA Syncer
Subject: [elpa] externals/compat cd60f445f3 5/5: Typo in docstring for string-search
Date: Fri, 8 Sep 2023 12:57:32 -0400 (EDT)

branch: externals/compat
commit cd60f445f3387748f967e2b7482ea236a8e5c9b9
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Typo in docstring for string-search
---
 compat-28.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-28.el b/compat-28.el
index f878538d84..f9719f34e7 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -34,7 +34,7 @@
 
 ;; FIXME Should handle multibyte regular expressions
 (compat-defun string-search (needle haystack &optional start-pos) ;; 
<compat-tests:string-search>
-  "Search for the string NEEDLE in the strign HAYSTACK.
+  "Search for the string NEEDLE in the string HAYSTACK.
 
 The return value is the position of the first occurrence of
 NEEDLE in HAYSTACK, or nil if no match was found.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]