aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/._M.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-29 20:45:58 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-29 20:45:58 -0400
commitfa38d2306fadc99bb1403433517ecf45a24062eb (patch)
tree19f286adb6be4cbd7a1b11fc1c880976a01ea9fd /core/._M.luadoc
parent6718de08a3f19f8c24c1c4167b05828a7ac0dfd7 (diff)
Updated documentation formatting.
Pathnames and filenames are italic and be more consistent with constant width text.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r--core/._M.luadoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index ea969647..ca2c6952 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -8,9 +8,9 @@
--
-- ## Module Guidelines
--
--- At the very least, modules consist of a single directory with an `init.lua`
+-- At the very least, modules consist of a single directory with an *init.lua*
-- script. However, the script can load additional Lua files present in the
--- directory. (For an example, see `modules/textadept/init.lua`.)
+-- directory. (For an example, see *modules/textadept/init.lua*.)
--
-- Once modules are loaded, regardless of whether they are generic or
-- language-specific, they persist in Textadept's Lua State; they are never
@@ -105,7 +105,7 @@
--
-- Additional editing features for the language can be useful. For example, the
-- [Lua][] module has a feature to autocomplete the `end` keyword in a control
--- structure and the [C/C++][] module has a feature to add a `;` to the end of
+-- structure and the [C/C++][] module has a feature to add a ';' to the end of
-- the current line and insert a new line. Both are bound to the `Shift+Enter`
-- (`⇧↩` on Mac OSX | `S-Enter` in ncurses) key for easy access.
--