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

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

[nongnu] elpa/evil-matchit 0d62d497d1 143/244: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 0d62d497d1 143/244: Fix typo
Date: Thu, 6 Jan 2022 02:58:57 -0500 (EST)

branch: elpa/evil-matchit
commit 0d62d497d1ffa4869362404ca78437db4260ee21
Author: Louis Roché <mail+github@louisroche.net>
Commit: GitHub <noreply@github.com>

    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

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