[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.
- [elpa] externals/compat updated (75d0b8527f -> cd60f445f3), ELPA Syncer, 2023/09/08
- [elpa] externals/compat e60246afc8 4/5: Make tests work on macOS, ELPA Syncer, 2023/09/08
- [elpa] externals/compat cd60f445f3 5/5: Typo in docstring for string-search,
ELPA Syncer <=
- [elpa] externals/compat 70604898fc 3/5: Strengthen xor test, ELPA Syncer, 2023/09/08
- [elpa] externals/compat 3ff527d6c2 2/5: Simplify buffer-local-boundp, ELPA Syncer, 2023/09/08
- [elpa] externals/compat 4c45789d9b 1/5: Correct error signalling in sort, length=, length< and length>, ELPA Syncer, 2023/09/08