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

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

[nongnu] elpa/lua-mode 5a90655 355/468: correct spelling mistake


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 5a90655 355/468: correct spelling mistake
Date: Thu, 5 Aug 2021 04:59:08 -0400 (EDT)

branch: elpa/lua-mode
commit 5a9065531134e1c4f7c124eead216d455193c039
Author: Edward Betts <edward@4angle.com>
Commit: velkyel <capak@inputwish.com>

    correct spelling mistake
---
 lua-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua-mode.el b/lua-mode.el
index 04cee92..2046a4d 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1822,7 +1822,7 @@ If `lua-process' is nil or dead, start a new process 
first."
                    (point)))
           (end (progn (lua-end-of-proc) (point))))
 
-      ;; make sure point is in a function defintion before sending to
+      ;; make sure point is in a function definition before sending to
       ;; the subprocess
       (if (and (>= pos start) (< pos end))
           (lua-send-region start end)



reply via email to

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