branch: elpa/lua-mode
commit 054641837576e77ca784692352aa79c4fc9bd9a7
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
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)