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

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

[nongnu] elpa/lua-mode 3688bf7 347/468: Merge pull request #136 from Edw


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 3688bf7 347/468: Merge pull request #136 from EdwardBetts/spelling
Date: Thu, 5 Aug 2021 04:59:06 -0400 (EDT)

branch: elpa/lua-mode
commit 3688bf7e73d9fd7da88de87e4abd952a6aa340bd
Merge: cccb649 7a97e1b
Author: dennis again <immerrr@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #136 from EdwardBetts/spelling
    
    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 8f236af..2652494 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1819,7 +1819,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]