branch: elpa/evil-matchit
commit 0d62d497d1ffa4869362404ca78437db4260ee21
Author: Louis Roché <[email protected]>
Commit: GitHub <[email protected]>

    Fix typo
    
    Typo in documentation of evilmi-in-string-or-doc-p
---
 evil-matchit-sdk.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-matchit-sdk.el b/evil-matchit-sdk.el
index 9ba651ddeb..66622c42bb 100644
--- a/evil-matchit-sdk.el
+++ b/evil-matchit-sdk.el
@@ -281,7 +281,7 @@ after calling this function."
 
 ;;;###autoload
 (defun evilmi-in-string-or-doc-p (pos)
-  "Check character at POS is string or docuemnt by comparing font face."
+  "Check character at POS is string or document by comparing font face."
   (evilmi-current-font-among-fonts-p pos '(font-lock-string-face
                                            font-lock-doc-face)))
 

Reply via email to