aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-29 20:45:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-29 20:45:58 -0400
commitfa38d2306fadc99bb1403433517ecf45a24062eb (patch)
tree19f286adb6be4cbd7a1b11fc1c880976a01ea9fd /modules/lua/init.lua
parent6718de08a3f19f8c24c1c4167b05828a7ac0dfd7 (diff)
downloadtextadept-fa38d2306fadc99bb1403433517ecf45a24062eb.tar.gz
textadept-fa38d2306fadc99bb1403433517ecf45a24062eb.zip
Updated documentation formatting.
Pathnames and filenames are italic and be more consistent with constant width text.
Diffstat (limited to 'modules/lua/init.lua')
-rw-r--r--modules/lua/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index 3e5038ca..56bd8e01 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.lua
@@ -22,8 +22,8 @@ local M = {}
-- functions only.
-- @field sense
-- The Lua [Adeptsense](_M.textadept.adeptsense.html).
--- It loads user tags from `_USERHOME/modules/lua/tags` and user apidocs from
--- `_USERHOME/modules/lua/api`.
+-- It loads user tags from *`_USERHOME`/modules/lua/tags* and user apidocs
+-- from *`_USERHOME`/modules/lua/api*.
module('_M.lua')]]
local m_editing, m_run = _M.textadept.editing, _M.textadept.run