From 033416a15fe60fe10387119e0e63bb9ed9e8aedd Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jul 2009 23:34:13 -0400 Subject: Documentation overhaul. --- modules/textadept/session.lua | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'modules/textadept/session.lua') diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index a464da68..ba98a728 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -5,11 +5,16 @@ local locale = _G.locale --- -- Session support for the textadept module. --- There are several option variables used: --- DEFAULT_SESSION: The path to the default session file. module('_m.textadept.session', package.seeall) -local DEFAULT_SESSION = _USERHOME..'/session' +-- Markdown: +-- ## Settings +-- +-- * `DEFAULT_SESSION`: The path to the default session file. + +-- settings +DEFAULT_SESSION = _USERHOME..'/session' +-- end settings --- -- Loads a Textadept session file. -- cgit v1.2.3