From fa38d2306fadc99bb1403433517ecf45a24062eb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 29 Oct 2012 20:45:58 -0400 Subject: Updated documentation formatting. Pathnames and filenames are italic and be more consistent with constant width text. --- core/._M.luadoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/._M.luadoc') 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. -- -- cgit v1.2.3