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

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

[nongnu] elpa/lua-mode 0546418 423/468: Extend lua-default-application d


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 0546418 423/468: Extend lua-default-application doc a bit
Date: Thu, 5 Aug 2021 04:59:22 -0400 (EDT)

branch: elpa/lua-mode
commit 054641837576e77ca784692352aa79c4fc9bd9a7
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    Extend lua-default-application doc a bit
---
 lua-mode.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lua-mode.el b/lua-mode.el
index 74a6cf6..a5f5d6a 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -269,7 +269,11 @@ element is itself expanded with `lua-rx-to-string'. "
   :group 'lua)
 
 (defcustom lua-default-application "lua"
-  "Default application to run in Lua process."
+  "Default application to run in Lua process.
+
+Can be a string, where it denotes a command to be executed to
+start Lua process, or a (HOST . PORT) cons, that can be used to
+connect to Lua process running remotely."
   :type '(choice (string)
                  (cons string integer))
   :group 'lua)



reply via email to

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